Missing title
This commit is contained in:
parent
2b2b470ada
commit
c5c4ee23de
@ -27,6 +27,7 @@ def profile(request):
|
||||
return render_to_response('profile.html', RequestContext(request, {
|
||||
'form': form,
|
||||
'userform': userform,
|
||||
'title': '%s @ %s' % (_('User profile'), settings.SITE_TITLE),
|
||||
}))
|
||||
|
||||
def contact(request):
|
||||
|
Loading…
Reference in New Issue
Block a user