Added colon

This commit is contained in:
Armin Ronacher 2010-05-03 12:49:37 +02:00
parent 7f82ce553d
commit 9cc86c7b0e

View file

@ -12,7 +12,7 @@
<a href="{{ url_for('snippets.new',
category=category.slug) }}">add a new one</a>.
{% if snippets %}
<h3>Snippets in this Category</h3>
<h3>Snippets in this Category:</h3>
<ul>
{% for snippet in snippets %}
<li><a href="{{ snippet.url }}">{{ snippet.title }}</a>