summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/templates/user/account.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html
index 774a9b0..f96123a 100644
--- a/project/templates/user/account.html
+++ b/project/templates/user/account.html
@@ -3,6 +3,12 @@
{% block title %}My Profile{% endblock %}
{% block content %}
+
+
+{% if registration %}
+ <h2>Please get your badges for scipy.in 2010 <a href="/{{ params.scope }}/badge/">here</a></h2>
+{% endif %}
+
<h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
<table class="scipycon-default">