blog/webapp/templates/blog_post/_action_edit.html

3 lines
156 B
HTML
Raw Permalink Normal View History

2021-05-15 01:04:17 +02:00
{% if has_permission('blog_post', 'update', instance) %}
<a href="{{ url_for('update_blog_post', uuid=instance.id, _next=request.path) }}">e</a>
{% endif %}