{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Update The Workstation Image Settings - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Update The Workstation Image Settings

{% csrf_token %} {{ form | crispy }}
{% endblock %}