Voting update
Nu met 100% meer mogelijkheid tot stemmen. Top.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
{% load static %}
|
||||
<script src="{% static 'js/htmx.min.js' %}" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul hx-boost="true">
|
||||
<li><a href="{% url 'vote' %}">Stemmen</a></li>
|
||||
<li><a href="{% url 'nominate' %}">Nomineren</a></li>
|
||||
<li><a href="/">Statistieken</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1>{% block page-name %}Muzak{% endblock %}</h1>
|
||||
</header>
|
||||
<main>
|
||||
{% block main-content %}{% endblock %}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user