Skip to content

Commit

Permalink
django templates: quote first arg to url tag for Django 1.5 compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
trey0 committed Oct 12, 2013
1 parent 7c8c242 commit a463043
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 @@ -45,7 +45,7 @@
<tr>
<td style="font-size: 1.2em; font-weight: bold;">
{% block siteTitle %}{{ settings.SITE_TITLE }}{% endblock %} - {% block siteSection %}Map{% endblock %}
<a href="{% url geocamLens_kmlStartSession %}">[Google Earth NetworkLink]</a>
<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>
</td>
Expand Down

0 comments on commit a463043

Please sign in to comment.