Commit cc7294a2a1e320ec089920d86c89cbc3a2c7f106

Authored by Sergio Oliveira
1 parent 90a24844

Fixing planet template

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
src/planet/templates/feedzilla/index.html
@@ -8,9 +8,11 @@ @@ -8,9 +8,11 @@
8 <hr> 8 <hr>
9 {% empty %} 9 {% empty %}
10 <h2>{% trans 'There is no RSS registered' %}</h2> 10 <h2>{% trans 'There is no RSS registered' %}</h2>
11 - <h3>{% trans 'Please' %}  
12 - href="{% url "feedzilla_submit_blog" %}">{% trans 'click here' %}</a> 11 + <h3>
  12 + {% trans 'Please' %}
  13 + <a href="{% url "feedzilla_submit_blog" %}">{% trans 'click here' %}</a>
13 {% trans 'to submit a blog' %}</h3> 14 {% trans 'to submit a blog' %}</h3>
  15 + </h3>
14 {% endfor %} 16 {% endfor %}
15 17
16 {% include "common/pagination.html" %} 18 {% include "common/pagination.html" %}