diff --git a/ordr2/templates/account/register.jinja2 b/ordr2/templates/account/register.jinja2 new file mode 100644 index 0000000..37597c8 --- /dev/null +++ b/ordr2/templates/account/register.jinja2 @@ -0,0 +1,23 @@ +{% extends "ordr2:templates/layout.jinja2" %} +{% import 'ordr2:templates/macros.jinja2' as macros with context %} + +{% block subtitle %} Register {% endblock subtitle %} + +{% block content %} +
+ +
+
+
+

Register

+
+
+
+
+ {{form.render()|safe}} +
+
+
+ +
+{% endblock content %}