summaryrefslogtreecommitdiffstats
path: root/templates/profiles/create_profile.html
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-11 23:28:23 +0100
committerWookey <wookey@wookware.org>2011-07-11 23:28:23 +0100
commitc23fcc5b063e77281dee0932ed2a38d161556d63 (patch)
tree21591516ec3d45f2c1955fad8bc2fa1acba56c9f /templates/profiles/create_profile.html
parent97c388dba07c030ddc9b5638e8e2f334c734a7a8 (diff)
parent21ff3b8b5d4d4f94ea1fcafbe535d967660ed392 (diff)
downloadtroggle-c23fcc5b063e77281dee0932ed2a38d161556d63.tar.gz
troggle-c23fcc5b063e77281dee0932ed2a38d161556d63.tar.bz2
troggle-c23fcc5b063e77281dee0932ed2a38d161556d63.zip
rest of martin's changes, without reverting lineend issues
Diffstat (limited to 'templates/profiles/create_profile.html')
-rw-r--r--templates/profiles/create_profile.html24
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