{% extends 'base.html' %} {% load static %} {% block title %}Sign Up | {{ project_name }}{% endblock %} {% block content %}

Create Account

Join the tracker to follow MPs and assets.

{% csrf_token %} {% for field in form %}
{{ field.errors }} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %}
{% endfor %}

Already have an account? Log in

{% endblock %}