Fix registration name display

This commit is contained in:
Roberto Rosario
2012-10-12 01:12:50 -04:00
parent f50e42e4da
commit 60e3e16375

View File

@@ -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 %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/famfamfam-silk-sprite.css" type="text/css" media="screen" />