aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-28 15:38:47 +0200
committerGravatar ks129 <[email protected]>2020-11-28 15:38:47 +0200
commitaf4a4100461006bfbf300f3add0be1c191da6e93 (patch)
treeb61f6a10f278af1bf50d6427c34b1420969383f1 /pydis_site/templates
parentCreate sidebar block for game jam 2020 (diff)
Create general game jams page (not ready)
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/events/pages/game-jams/_index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/pydis_site/templates/events/pages/game-jams/_index.html b/pydis_site/templates/events/pages/game-jams/_index.html
new file mode 100644
index 00000000..85048cf1
--- /dev/null
+++ b/pydis_site/templates/events/pages/game-jams/_index.html
@@ -0,0 +1,12 @@
+{% extends "events/base.html" %}
+
+{% block title %}Game Jams{% endblock %}
+
+{% block breadcrumb %}
+ <li><a href="{% url "events:index" %}">Events</a></li>
+ <li class="is-active"><a href="#">Game Jams</a></li>
+{% endblock %}
+
+{% block event_content %}
+ <p>Sorry, this page is not ready yet.</p>
+{% endblock %}