{% extends 'base.html' %} {% block title %}Edit Bus{% endblock %} {% block content %}

✏️ Edit bus

Saving your changes will resubmit the bus for admin review.

{% if bus.approval_status == 'REJECTED' %}
Admin declined this bus. Reason: {{ bus.review_note|default:"—" }}
{% endif %}
{% csrf_token %}

Back to my buses

{% endblock %}