Enhanced title for user profile page

This commit is contained in:
Christopher Allan Webber 2011-11-13 14:38:40 -06:00
parent 688f56c2dc
commit 017d6ca350

View File

@ -26,6 +26,17 @@
user=user.username) }}">
{% endblock mediagoblin_head %}
{% block title %}
{%- if user -%}
{%- trans username=user.username -%}
{{ username }}'s profile
{%- endtrans %} — {{ super() }}
{%- else -%}
{{ super() }}
{%- endif -%}
{% endblock %}
{% block mediagoblin_content -%}
{# If no user... #}
{% if not user %}