blog/webapp/templates/permission/create.html

6 lines
159 B
HTML
Raw Permalink Normal View History

2021-05-15 01:04:17 +02:00
{% extends "layout.html" %}
{% block content %}
<h2>{{ _("Create") }} {{_("Permission") }}</h2>
{% include "permission/_create.html" %}
{% endblock %}