French Calendar

This commit is contained in:
R1kM 2015-04-13 19:36:27 +02:00
parent c672bea536
commit 20dc665fec
8 changed files with 29 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load frenchmonth %}
{% load translate %}
{% block extrahead %}
<link rel="stylesheet" href={% static 'css/calend.css' %} />
@ -22,7 +23,7 @@
</tr>
</table>
<div id="calendar">
{{Calendar}}
{{Calendar|translate}}
</div>
{% if user.profile.is_chef %}
<a href="{% url "calendrier.views.create_event" %}">Ajouter un évènement</a>