{% extends "base.html" %} {% from "_ui.html" import page_head %} {% block title %}Rename College{% endblock %} {% block content %} {{ page_head('edit', 'Rename college', 'Change the name of this college.') }}

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

{{ icon('cap') }}
{{ icon('x') }} Cancel
{% endblock %}