diff --git a/pinax/templates/templates/pinax/calendars/calendar.html b/pinax/templates/templates/pinax/calendars/calendar.html new file mode 100644 index 0000000..afe8fab --- /dev/null +++ b/pinax/templates/templates/pinax/calendars/calendar.html @@ -0,0 +1,52 @@ +{% load i18n %} + +
+ {% else %} + {% with day_day=day.0 day_events=day.1 link=day.2 is_today=day.3 %} + |
+ {% if link %}
+ {{ day_day }}
+ {% else %}
+ {{ day_day }}
+ {% endif %}
+ {% if day_events %}
+
+ {% for event in day_events %}
+
+ {% endif %}
+
+ {{ event }}
+
+ {% endfor %}
+ |
+ {% endwith %}
+ {% endif %}
+ {% endfor %}
+