notes-ker-lann/apps/wei/templates/wei/bus_detail.html
2020-08-23 10:06:16 +02:00

9 lines
189 B
HTML

{% extends "wei/base.html" %}
{% block profile_info %}
{% include "wei/weiclub_info.html" %}
{% endblock %}
{% block profile_content %}
{% include "wei/bus_tables.html" %}
{% endblock %}