Create a basic month view

This commit is contained in:
2018-06-25 09:01:13 +02:00
parent 448ae1bce0
commit 6c4eb97c01
5 changed files with 153 additions and 1 deletions

View File

@@ -2,4 +2,6 @@
{% block content %}
{{ _('Welcome to Calendar.social, %(username)s!', username=current_user.username) }}
{% include 'month-view.html' %}
{% endblock content %}