From 60e3e1637534e9572825cee87cea7f60320005c9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 12 Oct 2012 01:12:50 -0400 Subject: [PATCH] Fix registration name display --- apps/main/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index deb03b7fb6..9739eb9636 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -26,7 +26,7 @@ {% block html_title %}{% project_name %}{{ request.new_window_url }}{% block title %}{% endblock %}{% endblock %} {% get_main_setting "SIDE_BAR_SEARCH" as debug %} -{% block web_theme_project_name %}{% project_name %}{% if debug %} {% trans "(DEBUG)" %} - {% registered_name %}{% endif %}{% endblock %} +{% block web_theme_project_name %}{% project_name %}{% if debug %} {% trans "(DEBUG)" %}{% endif %} - {% registered_name %}{% endblock %} {% block web_theme_stylesheets %}