aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-23 10:41:52 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-23 10:41:52 +0200
commit2cb4df347e9cd8edae7622d2d9db08935efaa8db (patch)
tree36b15c7df413cebbf091752ecafb856301d3ef14
parentWhen form is not validated, redirect to create_user. (diff)
downloadnewspipe-2cb4df347e9cd8edae7622d2d9db08935efaa8db.tar.gz
newspipe-2cb4df347e9cd8edae7622d2d9db08935efaa8db.tar.bz2
newspipe-2cb4df347e9cd8edae7622d2d9db08935efaa8db.zip
Updated templates/profile.html.
-rw-r--r--pyaggr3g470r/templates/profile.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/profile.html b/pyaggr3g470r/templates/profile.html
index b7467329..6f22857c 100644
--- a/pyaggr3g470r/templates/profile.html
+++ b/pyaggr3g470r/templates/profile.html
@@ -2,6 +2,7 @@
{% block content %}
<div class="container">
<div class="jumbotron">
+ <h2>Edit your profile</h2>
<form action="" method="post" name="save">
{{ form.hidden_tag() }}
bgstack15