From cc7294a2a1e320ec089920d86c89cbc3a2c7f106 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 18 Oct 2013 09:30:01 -0300 Subject: [PATCH] Fixing planet template --- src/planet/templates/feedzilla/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/planet/templates/feedzilla/index.html b/src/planet/templates/feedzilla/index.html index d9ef686..e387da1 100644 --- a/src/planet/templates/feedzilla/index.html +++ b/src/planet/templates/feedzilla/index.html @@ -8,9 +8,11 @@
{% empty %}

{% trans 'There is no RSS registered' %}

-

{% trans 'Please' %} - href="{% url "feedzilla_submit_blog" %}">{% trans 'click here' %} +

+ {% trans 'Please' %} + {% trans 'click here' %} {% trans 'to submit a blog' %}

+ {% endfor %} {% include "common/pagination.html" %} -- libgit2 0.21.2