Add month/year calendar (mainly static for now)
This commit is contained in:
9
templates/calendar.html
Normal file
9
templates/calendar.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ render_partial('partials/page/calendar.html',
|
||||
person=person, selected_date=selected_date, selected_view=selected_view, next_date=next_date,
|
||||
previous_date=previous_date) }}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user