Remove old 'vehicle/crew' stuff

This commit is contained in:
2023-05-09 20:47:41 +01:00
parent 742836486e
commit cccb84e4dc
7 changed files with 61 additions and 177 deletions

View File

@@ -30,14 +30,6 @@
</a>
{% endif %}
</dd>
<dt class="col-6">{{ object|help_text:'power_mic' }}</dt>
<dd class="col-6">
{% if object.power_mic %}
<a href="{% url 'profile_detail' object.power_mic.pk %}">{{ object.power_mic.name }}</a>
{% else %}
None
{% endif %}
</dd>
</dl>
<p>List vehicles and their drivers</p>
<ul>