django-fobi/examples/simple/templates/registration/registration_form.html
Artur Barseghyan f315c9bcc6 initial
2014-10-11 05:54:24 +02:00

11 lines
328 B
HTML

{% extends "registration/registration_base.html" %}
{% load i18n %}
{% block page-title %}{% trans "Register for an account" %}{% endblock page-title %}
{% block body-attrs %} class="standalone"{% endblock body-attrs %}
{% block content %}
{% include "registration/registration_form_ajax.html" %}
{% endblock content %}