{% extends "marchant_base.html" %} {% load static %} {% load widget_tweaks %} {% load crispy_forms_tags %} {% block title %} Update Embroidery Budget {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
Embroidery Budget Update
{{ form.embroidery_cost|as_crispy_field }}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}