Project

General

Profile

« Previous | Next » 

Revision 238e39ec

Added by Benjamin Dauvergne over 12 years ago

personnes: restore link to group holidays management

View differences:

calebasse/personnes/templates/personnes/holidays.html
51 51
  </table>
52 52
{% endif %}
53 53

  
54
{% if group_holidays %}
55 54
<h3>Congés de groupe</h3>
56 55
<p>
57 56
  <a href="groupe/">Gestion des congés de groupe</a>
58 57
</p>
58
{% if group_holidays %}
59 59
<ul>
60 60
  {% for holiday in group_holidays %}
61 61
    <li>{{ holiday|capfirst }}</li>
62 62
  {% endfor %}
63 63
</ul>
64 64
{% endif %}
65
<!-- <button>Gestion des congés annuels</button> -->
66 65

  
67 66
<h3>Affichage interactif</h3>
68 67

  

Also available in: Unified diff