fix errors
This commit is contained in:
@ -27,7 +27,7 @@ is just a bit different.
|
||||
{% endif %}
|
||||
|
||||
<div class="flex_item">
|
||||
<h3>{{ item.title }}</h3>
|
||||
<h3 class="title">{{ item.title }}</h3>
|
||||
|
||||
{% if item.summary %}<div class="summary">{{ item.summary }}</div>{% endif %}
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ Options:
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="flex_item">
|
||||
<h3>{{ item.title }}</h3>
|
||||
<h3 class="title">{{ item.title }}</h3>
|
||||
|
||||
{% if item.info %}
|
||||
<span class="info">{{ item.info|safe }}</span>
|
||||
|
||||
Reference in New Issue
Block a user