mirror of
https://github.com/krislamo/DJ-BaseSite
synced 2025-10-09 01:09:30 +00:00
Fixed main title pages
This commit is contained in:
@@ -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():
|
||||||
|
Reference in New Issue
Block a user