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