{% extends 'Base.html' %} {% load static %} {% block title %}Edit Service{% endblock %} {% block body %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Edit Service


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