add more icons

This commit is contained in:
2026-04-25 21:36:21 +03:00
parent 29f2318cba
commit b53556871f
5 changed files with 29 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{% from 'common/macros.html' import timestamp, subheader %}
{% from 'common/icons.html' import icn_info, icn_warn, icn_error %}
{% from 'common/icons.html' import icn_locked %}
{%- extends 'base.html' -%}
{%- block content -%}
{%- call() subheader('All topics') -%}
@@ -15,6 +15,9 @@
<div class="topic-info plank">
<div class="title-container">
<a class="info" href="{{url_for('topics.topic_by_id', topic_id=topic.id)}}">{{topic.name}}</a>
{%- if topic.is_locked -%}
{{icn_locked(24)}}
{%- endif -%}
</div>
<div>{{topic.description}}</div>
<ul class="horizontal">