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
commitded3d58da16a609ce49fa393b70a93acd22a9d1e (patch)
tree24de35f27ab4783629bee9a8424540cecd01b728 /templates/profiles/create_profile.html
parent3b028661f627227d7325c65adc134c3831e854d3 (diff)
parentb6a1503c7a00a582fa08cb5cfb97490f8bfa07aa (diff)
downloadtroggle-ded3d58da16a609ce49fa393b70a93acd22a9d1e.tar.gz
troggle-ded3d58da16a609ce49fa393b70a93acd22a9d1e.tar.bz2
troggle-ded3d58da16a609ce49fa393b70a93acd22a9d1e.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