author | Anoop Jacob Thomas<anoop@fossee.in> |
Thu, 11 Nov 2010 18:43:19 +0530 | |
changeset 210 | b61bcea508ee |
parent 27 | 1d772726c9d7 |
permissions | -rwxr-xr-x |
24 | 1 |
{% extends "base.html" %} |
2 |
||
25
ad091ba95653
Added i18 loader in one of the registration templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
24
diff
changeset
|
3 |
{% load i18n %} |
ad091ba95653
Added i18 loader in one of the registration templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
24
diff
changeset
|
4 |
|
24 | 5 |
{% block content %} |
6 |
<div class="post"> |
|
7 |
<div class="title"><h2>{% trans "Register" %}</h2></div> |
|
8 |
<div id="search"> |
|
9 |
<style type="text/css"> |
|
10 |
ul.errorlist { |
|
11 |
margin: 0; |
|
12 |
padding: 0; |
|
13 |
} |
|
14 |
.errorlist li { |
|
15 |
color: red; |
|
16 |
display: block; |
|
17 |
font-size: 10px; |
|
18 |
margin: 0 1 3px; |
|
19 |
padding: 0px 45px; |
|
20 |
} |
|
21 |
</style> |
|
22 |
<table> |
|
27
1d772726c9d7
Made a small textual change in the registrations template for activation page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
26
diff
changeset
|
23 |
Your account has been activated. You have also been automatically |
1d772726c9d7
Made a small textual change in the registrations template for activation page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
26
diff
changeset
|
24 |
logged into your account. Click on the item "Registration" in the |
1d772726c9d7
Made a small textual change in the registrations template for activation page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
26
diff
changeset
|
25 |
left panel to fill in further details. |
24 | 26 |
</table> |
27 |
<script type="text/javascript"> |
|
28 |
document.getElementById('id_username').focus(); |
|
29 |
</script> |
|
30 |
</div> |
|
31 |
{% endblock %} |