damned-lies r1197 - in trunk: . templates/admin



Author: stephaner
Date: Sun Nov 30 22:01:09 2008
New Revision: 1197
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1197&view=rev

Log:
2008-11-30  StÃphane Raimbault  <stephane raimbault gmail com>

	* templates/admin/base_site.html: Link to the Home page and admin
	interface title.


Added:
   trunk/templates/admin/
   trunk/templates/admin/base_site.html
Modified:
   trunk/ChangeLog

Added: trunk/templates/admin/base_site.html
==============================================================================
--- (empty file)
+++ trunk/templates/admin/base_site.html	Sun Nov 30 22:01:09 2008
@@ -0,0 +1,10 @@
+{% extends "admin/base.html" %}
+{% load i18n %}
+
+{% block title %}{{ title }} | {% trans 'Damned Lies site admin' %}{% endblock %}
+
+{% block branding %}
+<h1 id="site-name"><a href="/">{% trans 'Damned Lies' %}</a></h1>
+{% endblock %}
+
+{% block nav-global %}{% endblock %}



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