blog/webapp/templates/blog_post/_action_table.html

3 lines
121 B
HTML
Raw Normal View History

2021-05-15 01:04:17 +02:00
{% if has_permission('blog_post', 'table') %}
<a href="{{ url_for('table_blog_post') }}">{{ _("table") }}</a>
{% endif %}