Added colon
This commit is contained in:
parent
7f82ce553d
commit
9cc86c7b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue