[damned-lies: 2/13] Fixed theme



commit 71f02cfaeac335cf1b75fe1487b9a9da1b1d5aa0
Author: Gil Forcada <gforcada gnome org>
Date:   Sun Jul 29 15:42:35 2012 +0200

    Fixed theme

 templates/base.html |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index a92886d..95d673a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -36,13 +36,13 @@
             </div>
         </div>
     </div>
-    
+
     <div id="gnome_header">
-    
+
         <div class="maxwidth">
-    
-            <h1><a href="{% url home %}" title="{% trans "Back to Damned Lies home page" %}"><img src="{{ MEDIA_URL }}newimg/foot.png" alt="GNOME" /> {% trans "Damned Lies" %}</a></h1>
-            
+
+            <h1><a href="{% url 'home' %}" title="{% trans "Back to Damned Lies home page" %}"><img src="{{ MEDIA_URL }}newimg/foot.png" alt="GNOME" /> {% trans "Damned Lies" %}</a></h1>
+
             <ul id="globalnav">
                 <li{% if pageSection == "home" %} class="active"{% endif %}><a href="{% url 'home' %}" title="{% trans "Back to Damned Lies home page" %}"><span>{% trans "Home" %}</span></a></li>
                 <li{% if pageSection == "teams" %} class="active"{% endif %}><a href="{% url 'teams' %}"><span>{% trans "Teams" %}</span></a></li>
@@ -50,10 +50,10 @@
                 <li{% if pageSection == "releases" %} class="active"{% endif %}><a href="{% url 'releases' %}"><span>{% trans "Release sets" %}</span></a></li>
                 <li{% if pageSection == "module" %} class="active"{% endif %}><a href="{% url 'modules' %}"><span>{% trans "Modules" %}</span></a></li>
             </ul>
-            
+
             <div class="clear"></div>
         </div>
-    
+
     </div>
 
   <div class="body">
@@ -65,7 +65,7 @@
     {% endif %}
 
     {% block content %}
-    
+
     {% endblock %}
     </div>
 
@@ -81,9 +81,11 @@
       </div>
       <div id="footnotes">
         {% trans "Copyright &copy; 2006-2012" %} <strong><a href="http://www.gnome.org/";>{% trans "The GNOME Project" %}</strong></a>.
-        <br>
-        <a href="{% url 'about' %}">{% trans "About Damned Liesâ" %}</a>
+        <br />
+        <a href="{% url 'about' %}">{% trans "About Damned Lies" %}</a>.
+        {% trans "Optimized for standards." %}
         {% blocktrans with "<a href='http://www.canonical.com/'>Canonical</a>" as link %}Hosted by {{ link }}.{% endblocktrans %}
+        {% trans "Powered by Django." %}
       </div>
     </div>
   </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]