Skip to content

Commit

Permalink
Merge pull request #1897 from johnmartin/1896-login
Browse files Browse the repository at this point in the history
[#1896] Removes hanging § in login template
  • Loading branch information
nigelbabu committed Aug 28, 2014
2 parents 08ba1fa + 9735d6e commit 6dd5ecd
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 6dd5ecd

Please sign in to comment.