Skip to content

Commit

Permalink
switched GEOCAM_CORE_SITE_TITLE to SITE_TITLE
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Apr 13, 2012
1 parent 299fea8 commit 66e57f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocamAware/templates/main0.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<table style="width: 100%; height: 100%;">
<tr>
<td style="font-size: 1.2em; font-weight: bold;">
{% block siteTitle %}{{ settings.GEOCAM_CORE_SITE_TITLE }}{% endblock %} - {% block siteSection %}Map{% endblock %}
{% block siteTitle %}{{ settings.SITE_TITLE }}{% endblock %} - {% block siteSection %}Map{% endblock %}
<a href="{% url geocamLens_kmlStartSession %}">[Google Earth NetworkLink]</a>
<span id="errorMessage"></span>
<span style="float: right; font-weight: normal; padding-right: 3px;">{{ accountWidget|safe }}</span>
Expand Down

0 comments on commit 66e57f6

Please sign in to comment.