forked from DGNum/gestioCOF
12 lines
346 B
HTML
12 lines
346 B
HTML
{% extends 'kfet/base_form.html' %}
|
|
{% load staticfiles %}
|
|
{% load widget_tweaks %}
|
|
|
|
{% block title %}Permissions - Édition{% endblock %}
|
|
{% block header-title %}Modification des permissions{% endblock %}
|
|
|
|
{% block main %}
|
|
|
|
{% include "kfet/form_full_snippet.html" with authz=perms.kfet.manage_perms submit_text="Enregistrer" %}
|
|
|
|
{% endblock %}
|