aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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