Reorder templates
This commit is contained in:
parent
53b496546d
commit
7b40ee1ca4
99 changed files with 1 additions and 37 deletions
9
apps/wei/templates/wei/busteam_detail.html
Normal file
9
apps/wei/templates/wei/busteam_detail.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
|
||||
{% block profile_info %}
|
||||
{% include "wei/weiclub_info.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block profile_content %}
|
||||
{% include "wei/busteam_tables.html" %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue