Commit 722896cc4788b9fbd3f477e3bf70c876f333246a

Authored by Luan
1 parent f14d44a6

Adding order by title on feedzilla - closes #87

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/planet/templates/feedzilla/base.html
... ... @@ -19,7 +19,7 @@
19 19 </div>
20 20 <div class="well">
21 21 <h3>{% trans 'Source Blogs' %}</h3>
22   - {% feedzilla_donor_list %}
  22 + {% feedzilla_donor_list order_by="title" %}
23 23 <div class="text-center">
24 24 <a class="btn btn-primary" href="{% url "feedzilla_submit_blog" %}">{% trans "Submit a blog" %}</a>
25 25 </div>
... ...