From 9735d6e067821315e5e7c71230a0ce576a2b9c3d Mon Sep 17 00:00:00 2001 From: John Martin Date: Tue, 26 Aug 2014 17:07:31 +0100 Subject: [PATCH] =?UTF-8?q?[#1896]=20Removes=20hanging=20=C2=A7=20in=20log?= =?UTF-8?q?in=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ckan/templates/user/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/templates/user/login.html b/ckan/templates/user/login.html index 06fd18a577a..62a8d4b1a25 100644 --- a/ckan/templates/user/login.html +++ b/ckan/templates/user/login.html @@ -24,7 +24,7 @@

{% block page_heading %}{{ _('Login') }}{% endblock %}< {% block help_register_inner %}

{{ _('Need an Account?') }}

-

{% trans %}Then sign right up, it only takes a minute.{% endtrans %}

ยง +

{% trans %}Then sign right up, it only takes a minute.{% endtrans %}

{% block help_register_button %} {{ _('Create an Account') }}