src/hdalab/templates/editorial/edito_home.html
author cavaliet
Tue, 23 Sep 2014 15:51:35 +0200
changeset 335 51225e522007
parent 329 ea6268cf8c83
permissions -rw-r--r--
little changes and auth templates in hdalab base

{% 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 %}