mirror of
https://github.com/krislamo/DJ-BaseSite
synced 2025-02-22 22:45:52 +00:00
Fixed main title pages
This commit is contained in:
parent
782a6e15d2
commit
8c5b68fd0d
@ -1,7 +1,7 @@
|
|||||||
{% extends "admin/base.html" %}
|
{% extends "admin/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}{{ title }} | {% trans '<%basetitle%> Admin Site' %}{% endblock %}
|
{% block title %}{{ title }} | {% trans '<%basetitle%>' %}{% endblock %}
|
||||||
|
|
||||||
{% block branding %}
|
{% block branding %}
|
||||||
<h1 id="site-name">{% trans '<%basetitle%> Administration' %}</h1>
|
<h1 id="site-name">{% trans '<%basetitle%> Administration' %}</h1>
|
||||||
|
@ -38,7 +38,7 @@ from settings import baseurl, base_title
|
|||||||
from accountprofile.models import UserProfile
|
from accountprofile.models import UserProfile
|
||||||
|
|
||||||
# Website base title
|
# Website base title
|
||||||
base_title = "Base Site - "
|
base_title = base_title+" - "
|
||||||
|
|
||||||
# Global Site Navigation
|
# Global Site Navigation
|
||||||
def global_nav():
|
def global_nav():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user