Skip to content

Commit

Permalink
[#1896] Removes hanging § in login template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 26, 2014
1 parent 9b12449 commit 9735d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/login.html
Expand Up @@ -24,7 +24,7 @@ <h1 class="page-heading">{% block page_heading %}{{ _('Login') }}{% endblock %}<
{% block help_register_inner %}
<h2 class="module-heading">{{ _('Need an Account?') }}</h2>
<div class="module-content">
<p>{% trans %}Then sign right up, it only takes a minute.{% endtrans %}</p>§
<p>{% trans %}Then sign right up, it only takes a minute.{% endtrans %}</p>
<p class="action">
{% block help_register_button %}
<a class="btn" href="{{ h.url_for(controller='user', action='register') }}">{{ _('Create an Account') }}</a>
Expand Down

0 comments on commit 9735d6e

Please sign in to comment.