Merge pull request #89 from jedie/typo

typo in categories list
This commit is contained in:
Iacopo Spalletti 2015-02-20 21:41:32 +01:00
commit 10d0abc244

View file

@ -13,7 +13,7 @@
)</span> )</span>
</a></li> </a></li>
{% empty %} {% empty %}
<li class="blog-empty"><p>{% trans "No article found." %}</p></li> <li class="blog-empty"><p>{% trans "No categories found." %}</p></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>