Add event calendar page.

This commit is contained in:
henu
2017-09-27 19:46:09 +03:00
parent 8a674bf527
commit 37ffd4fe0b
+10
View File
@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block content %}
{% load i18n %}
<div class="event_calendar_div">
<h2>{% trans "Event calendar" %}</h2>
</div>
{% endblock %}