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