comparison templates/controls.djhtml @ 24:2e7226e90157

Many fixes. See detailed description. - Style errors - Writer proper 404 and 500 templates - Make login page redirect back to page being viewed (still buggy?) - Provide a brief blurb about Agora - Use tables for registration and login forms (need to be styled) - Fix typos, grammatical errors. - Don't use .djhtml extension for some templates
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 28 Jun 2010 03:00:01 -0500
parents d9658d30b814
children
comparison
equal deleted inserted replaced
23:d9658d30b814 24:2e7226e90157
14 <p> 14 <p>
15 (<a href="{% url auth_logout %}">logout</a>) 15 (<a href="{% url auth_logout %}">logout</a>)
16 </p> 16 </p>
17 {% else %} 17 {% else %}
18 <p> 18 <p>
19 <a href="/accounts/login">Log in</a> 19 <a href="{% url auth_login%}?next={{ request.path }}">Log in</a>
20 </p> 20 </p>
21 {% endif %} 21 {% endif %}
22 <form method="get" action="." > 22 <form method="get" action="." >
23 <br/> 23 <br/>
24 <input id="search" type="text" name="search" maxlength="200" size="10"/> 24 <input id="search" type="text" name="search" maxlength="200" size="10"/>