From fbb4637a77dc5982b4e694dd31a0aa7d11cec17c Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 18 Jun 2020 23:17:08 +0200 Subject: initial commit --- accounts/templates/accounts/signup.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 accounts/templates/accounts/signup.html (limited to 'accounts/templates') diff --git a/accounts/templates/accounts/signup.html b/accounts/templates/accounts/signup.html new file mode 100644 index 0000000..e1591aa --- /dev/null +++ b/accounts/templates/accounts/signup.html @@ -0,0 +1,12 @@ +{% extends 'registration/base.html' %} + +{% block title %}Iscriviti{% endblock %} + +{% block content %} +

Iscriviti

+
+ {% csrf_token %} + {{ form.as_p }} + +
+{% endblock %} \ No newline at end of file -- cgit v1.2.1