Commit c5c4ee23 authored by Michal Čihař's avatar Michal Čihař

Missing title

parent 2b2b470a
...@@ -27,6 +27,7 @@ def profile(request): ...@@ -27,6 +27,7 @@ def profile(request):
return render_to_response('profile.html', RequestContext(request, { return render_to_response('profile.html', RequestContext(request, {
'form': form, 'form': form,
'userform': userform, 'userform': userform,
'title': '%s @ %s' % (_('User profile'), settings.SITE_TITLE),
})) }))
def contact(request): def contact(request):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment