Skip to content

Commit

Permalink
oubli d'un template: promote.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskimon committed Aug 6, 2014
1 parent 9fe35dc commit fc3bd02
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions templates/member/settings/promote.html
@@ -0,0 +1,33 @@
{% extends "member/settings/base.html" %}
{% load crispy_forms_tags %}



{% block title %}
Pseudo et e-mail
{% endblock %}



{% block breadcrumb %}
<li><a href="{% url "zds.member.views.settings_profile" %}">Paramètres</a></li>
<li>Gestion des groupes</li>
{% endblock %}



{% block headline %}
Gestion des groupes
{% endblock %}



{% block content %}
{% if perms.member.super_user %}
{% crispy form %}
{% else %}
<p>
Vous n'avez pas les droits suffisants pour régler ces paramètres.
</p>
{% endif %}
{% endblock %}

0 comments on commit fc3bd02

Please sign in to comment.