what does loco offers
This commit is contained in:
22
ht_booking/assets/views/court/show.html
Normal file
22
ht_booking/assets/views/court/show.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
View court: {{ item.id }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<h1>View court: {{ item.id }}</h1>
|
||||
<div class="mb-10">
|
||||
<div>
|
||||
<label>name: {{item.name}}</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>surface: {{item.surface}}</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>indoor: {{item.indoor}}</label>
|
||||
</div>
|
||||
<br />
|
||||
<a href="/courts">Back to courts</a>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user