French Calendar
This commit is contained in:
parent
c672bea536
commit
20dc665fec
8 changed files with 29 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue