blog/webapp/templates/blog_post/_action_table.html
Daniel Tsvetkov d1191c782d new perms
2021-05-15 01:04:17 +02:00

3 lines
121 B
HTML

{% if has_permission('blog_post', 'table') %}
<a href="{{ url_for('table_blog_post') }}">{{ _("table") }}</a>
{% endif %}