summaryrefslogtreecommitdiff
path: root/project/templates/user/account.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-07-13 23:40:34 +0530
committerMadhusudan.C.S2010-07-13 23:40:34 +0530
commitd5fbda31f85176ccfd0a5e49561f1180a998df16 (patch)
tree9ba55c865fb15d3cdd67bf65d9e2308d51d66c69 /project/templates/user/account.html
parent3ec894e684c645876402a9cac912d98b5ed06c37 (diff)
downloadscipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.gz
scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.bz2
scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.zip
Removed unwanted files and made more changes to make SciPyCon a clean app.
Diffstat (limited to 'project/templates/user/account.html')
-rw-r--r--project/templates/user/account.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html
index 2862196..24d320a 100644
--- a/project/templates/user/account.html
+++ b/project/templates/user/account.html
@@ -7,7 +7,7 @@
{% block content %}
<h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
-<table class="kiwipycon-default">
+<table class="scipycon-default">
<tr>
<td class="label">
Username:
@@ -25,7 +25,7 @@
<span>{{ user.get_full_name }}</span>
{% else %}
<span class="important">No name, please <a
- href="{% url kiwipycon_edit_profile %}">edit profile</a>.</span>
+ href="{% url scipycon_edit_profile %}">edit profile</a>.</span>
{% endif %}
</td>
<td rowspan="4">
@@ -86,7 +86,7 @@ requirements.</p>
{% if talks %}
<div id="talks">
<h2>Your Submitted Talks</h2>
- <table class="kiwipycon-default" border="1">
+ <table class="scipycon-default" border="1">
<th>Title</th>
<th>Duration</th>
<th>Audience</th>