equal
deleted
inserted
replaced
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 |
2 |
3 {% block title %}My Profile{% endblock %} |
3 {% block title %}My Profile{% endblock %} |
4 |
4 |
5 {% block content %} |
5 {% block content %} |
|
6 |
|
7 |
|
8 {% if registration %} |
|
9 <h2>Please get your badges for scipy.in 2010 <a href="/{{ params.scope }}/badge/">here</a></h2> |
|
10 {% endif %} |
|
11 |
6 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1> |
12 <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1> |
7 |
13 |
8 <table class="scipycon-default"> |
14 <table class="scipycon-default"> |
9 <tr> |
15 <tr> |
10 <td class="label">Username:</td> |
16 <td class="label">Username:</td> |