summaryrefslogtreecommitdiffstats
path: root/templates/profiles/create_profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/profiles/create_profile.html')
-rw-r--r--templates/profiles/create_profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profiles/create_profile.html b/templates/profiles/create_profile.html
index 2eed3e4..7e32597 100644
--- a/templates/profiles/create_profile.html
+++ b/templates/profiles/create_profile.html
@@ -3,7 +3,7 @@
{% block content %}
<form method="post">
-{{ form }}
+{{ form.as_p }}
<input type="submit" />
</form>