9 lines
189 B
HTML
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 %}
|