{% extends "base.html" %} {% from "_ui.html" import page_head, logo_field %} {% block title %}Edit College{% endblock %} {% block content %} {{ page_head('edit', 'Edit college', 'Update this college\'s details.') }}

{{ icon('cap') }} College details

{{ icon('cap') }}
{{ icon('link') }}
{{ icon('map-pin') }}
{{ logo_field(custom_logo) }}
{{ icon('x') }} Cancel
{% endblock %}