damned-lies r1322 - in trunk: . templates
- From: stephaner svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1322 - in trunk: . templates
- Date: Thu, 8 Jan 2009 10:21:49 +0000 (UTC)
Author: stephaner
Date: Thu Jan 8 10:21:49 2009
New Revision: 1322
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1322&view=rev
Log:
2009-01-08 StÃphane Raimbault <stephane raimbault gmail com>
* templates/base.html: Revert to 'Log out' as Django.
Modified:
trunk/ChangeLog
trunk/templates/base.html
Modified: trunk/templates/base.html
==============================================================================
--- trunk/templates/base.html (original)
+++ trunk/templates/base.html Thu Jan 8 10:21:49 2009
@@ -70,7 +70,7 @@
<form action="{% url login %}" method="post">
<a href="{{ user.get_absolute_url }}"><img src="{{ MEDIA_URL }}img/nobody-16.png" alt="Person"/> {{ user.person }}</a> •
<input type="hidden" name="logout" value="1" />
- <input type="submit" value="{% trans 'Log Out' %}" />
+ <input type="submit" value="{% trans 'Log out' %}" />
</form>
{% else %}
<a href="{% url login %}">{% trans "Log in" %}</a>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]