diff --git a/fiches/templates/fiches/birthday.html b/fiches/templates/fiches/birthday.html index 9f0c95b..dcdab5f 100644 --- a/fiches/templates/fiches/birthday.html +++ b/fiches/templates/fiches/birthday.html @@ -1,16 +1,23 @@ {% extends "fiches/base.html" %} +{% load i18n %} + {% block content %} -

Anniversaires

-
- -
+
+

{% trans "Anniversaires" %}

+ +
+ +
+
-{% endblock %} \ No newline at end of file +{% endblock %}