안녕하세요!
메인화면으로
{% if userinfo.userAuthority == 1 %}
학교 등록
{% endif %}
schoolName
grade
tel
memo
agencyId
{% if userinfo.userAuthority == 1 %}
modify
del
{% endif %}
{% for list in schoolList %}
{{ list.schoolName }}
{{ list.grade }}
{{ list.tel }}
{{ list.memo }}
{{ list.agencyId.agencyName }}
{% if userinfo.userAuthority == 1 %}
{% csrf_token %}
{% csrf_token %}
{% endif %}
{% endfor %}