Consolidated edit pages
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user