Change the DEBUG text to something a bit friendlier

This commit is contained in:
Roberto Rosario
2014-10-30 03:24:11 -04:00
parent d7b26e8bbe
commit bd05576cc5

View File

@@ -143,7 +143,7 @@
{% else %}
{% if not web_theme_hide_menus %}
<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">
<ul class="wat-cf" style="width: 73%;">
{% get_top_menu_links %}