Consolidated edit pages

This commit is contained in:
2021-11-09 20:25:52 -06:00
parent ee4b14b2f5
commit f686a93852

View File

@@ -1,13 +0,0 @@
{% load bootstrap5 %}
{% bootstrap_css %}
{% bootstrap_javascript %}
<Title>Venues</Title>
<h1>Venues</h1>
<ol>
{% for venue in venues %}
<li>
{{ venue.name }}
</li>
{% endfor %}
</ol>