Remove obsolete HTML file
This commit is contained in:
parent
2b0bd411a0
commit
80dab2c4e3
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
{% extends "base.html" %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<h2>{{ event.date }} (maximum {{ event.capacity }} mensen)</h2>
|
|
||||||
<ul>
|
|
||||||
{% for regi in event.registration %}
|
|
||||||
{{ regi.user.username }}: {{regi.state}}
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
{% endblock %}
|
|
Loading…
Reference in a new issue