{% extends "base.html" %}
{% load static %}
{% load hdabo_tags %}
{% block title %}HdaLab - Éditorialisation : Tous les dossiers{% endblock %}
{% block css_import %}
{{block.super}}
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/profile.css' %}" />
{% endblock %}
{% block main_content %}
<h1>Éditorialisation</h1>
<ul>
<li class="edito"><p><a href="{% url 'manage_renkans' %}">Management des Renkans : acceptation ou rejet des publications</a></p></li>
<li class="edito"><p><a href="{% url 'hdalab_folders' %}">Dossiers d'éditorialisation</a></p></li>
</ul>
{% endblock %}