{% extends 'core/base.html' %} {% load static %} {% block title %}Update Rule{% endblock %} {% block content %}

Update Rule

{% csrf_token %} {{ form.as_p }}
{% endblock %}