Make webapp work in trunk, copying changes from gramps40

svn: r22930
This commit is contained in:
Doug Blank
2013-08-29 12:23:58 +00:00
parent 6336e35a29
commit 0bf91f7708
59 changed files with 21 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }} | My New Title{% endblock %}
{% block title %}{{ title }} | Adminstration{% endblock %}
{% block branding %}
<h1 id="site-name">My new title for the Admin site!</h1>
<h1 id="site-name">Administration</h1>
{% endblock %}
{% block nav-global %}
@@ -13,9 +13,8 @@
.ml {margin:0 10px 10px;display:block;float:left}
</style>
<a href="/" clas="ml">Website home</a>
<a href="/admin/" class="ml">Admin home</a>
<a href="/admin/members/invoice/" class="ml">Invoices</a>
<a href="/" clas="ml">Home</a>
<a href="/admin/" class="ml">Administration home</a>
<a href="/admin/auth/user/?is_active__exact=0" class="ml">New Users</a>
<a href="/admin/auth/user/" class="ml">All Users</a>
{% endif %}