Change the DEBUG text to something a bit friendlier
This commit is contained in:
@@ -143,7 +143,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% if not web_theme_hide_menus %}
|
{% if not web_theme_hide_menus %}
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1><a href="{% url 'main:home' %}">{% project_name %}{% if debug %} {% trans "(DEBUG)" %}{% endif %}</a></h1>
|
<h1><a href="{% url 'main:home' %}">{% project_name %}{% if debug %} {% trans "(Debug mode)" %}{% endif %}</a></h1>
|
||||||
<div id="main-navigation">
|
<div id="main-navigation">
|
||||||
<ul class="wat-cf" style="width: 73%;">
|
<ul class="wat-cf" style="width: 73%;">
|
||||||
{% get_top_menu_links %}
|
{% get_top_menu_links %}
|
||||||
|
|||||||
Reference in New Issue
Block a user