parent
302b4c66a7
commit
a3b16482cc
@ -5,7 +5,7 @@
|
||||
<a href="{% url 'update_from_source' event.id %}" role="button">Réimporter {% picto_from_name "download-cloud" %}</a>
|
||||
{% endif %}
|
||||
|
||||
<a href="{% url 'moderate_event' event.id %}" role="button">modérer {% picto_from_name "edit" %}</a>
|
||||
<!-- a href="{% url 'moderate_event' event.id %}" role="button">modérer {% picto_from_name "edit" %}</a-->
|
||||
<a href="{% url 'edit_event' event.id %}" role="button">modifier {% picto_from_name "edit-3" %}</a>
|
||||
|
||||
{% if event.status != "published" %}
|
||||
|
@ -56,12 +56,12 @@
|
||||
</nav>
|
||||
{% endif %}
|
||||
{% if perms.agenda_culturel.view_moderationquestion %}
|
||||
<h3>Paramétrage de la modération</h3>
|
||||
<!-- h3>Paramétrage de la modération</h3>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a {% if current == "moderationquestions" %}class="selected" {% endif %}href="{% url 'view_mquestions' %}">Questions de modération</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</nav-->
|
||||
{% endif %}
|
||||
{% if user.is_staff %}
|
||||
<h3>Configuration interne</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user