diff options
author | Amit Sethi | 2010-12-01 19:40:34 +0530 |
---|---|---|
committer | Amit Sethi | 2010-12-01 19:40:34 +0530 |
commit | 8df3133208b1db5c7195cd80a68d4a38c5de4415 (patch) | |
tree | 8b0207c30dd1570aa453aa7a7a19d56feb7065fe | |
parent | d31922b2e37cdb3cce5eb6675db70b3dc480f8fb (diff) | |
download | scipycon-8df3133208b1db5c7195cd80a68d4a38c5de4415.tar.gz scipycon-8df3133208b1db5c7195cd80a68d4a38c5de4415.tar.bz2 scipycon-8df3133208b1db5c7195cd80a68d4a38c5de4415.zip |
Added link for badge on account page
-rw-r--r-- | project/templates/user/account.html | 6 |
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"> |