diff options
Diffstat (limited to 'templates/profiles/create_profile.html')
-rw-r--r-- | templates/profiles/create_profile.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/profiles/create_profile.html b/templates/profiles/create_profile.html index 7e32597..a147160 100644 --- a/templates/profiles/create_profile.html +++ b/templates/profiles/create_profile.html @@ -1,13 +1,13 @@ -{% extends "base.html" %}
-
-{% block content %}
-
-<form method="post">
-{{ form.as_p }}
-<input type="submit" />
-</form>
-
-{% if form.errors %}
- <p class="errornote">Please correct the errors below</p>
-{% endif %}
+{% extends "base.html" %} + +{% block content %} + +<form method="post"> +{{ form.as_p }} +<input type="submit" /> +</form> + +{% if form.errors %} + <p class="errornote">Please correct the errors below</p> +{% endif %} {% endblock %}
\ No newline at end of file |