X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/redakcja/templates/registration.html diff --git a/redakcja/templates/registration.html b/redakcja/templates/registration.html new file mode 100644 index 00000000..3b9a9835 --- /dev/null +++ b/redakcja/templates/registration.html @@ -0,0 +1,32 @@ +{% extends "catalogue/base.html" %} +{% load i18n %} + +{% block content %} +
+
+ +

{% trans "Register" %}

+ + +
+ {% csrf_token %} + {{ form.non_field_errors }} + + {{ form.first_name.errors }} + + + {{ form.last_name.errors }} + + + {{ form.email.errors }} + + + {{ form.password.errors }} + + + +
+ +
+
+{% endblock content %}