diff options
Diffstat (limited to 'templates/authopenid/signup.html')
-rw-r--r-- | templates/authopenid/signup.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html index a4460aa3..a65dafdc 100644 --- a/templates/authopenid/signup.html +++ b/templates/authopenid/signup.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +<!--signup.html--> +{% load i18n %} {% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} {% block content %} @@ -50,3 +52,4 @@ </form> </div> {% endblock %} +<!--end signup.html--> |