{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Update Role All fields marked with an asterisk (*) are required {% include 'partials/_messages.html' %} {% csrf_token %} Role Details Role Name Role Code Description {{ old_input_field_values.description }} Cancel Update {% endblock %}