summaryrefslogtreecommitdiff
path: root/djangoproject/templates/registration/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/registration/base.html')
-rw-r--r--djangoproject/templates/registration/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/djangoproject/templates/registration/base.html b/djangoproject/templates/registration/base.html
index 60c13d94..ff6e29db 100644
--- a/djangoproject/templates/registration/base.html
+++ b/djangoproject/templates/registration/base.html
@@ -1,4 +1,5 @@
{% extends "base_2col.html" %}
{% load i18n %}
{% block sectionid %}community{% endblock %}
+
{% block header %}<p>{% translate "Accounts" %}</p>{% endblock %}