{% extends "store/base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Update bill record{%endblock title%}{% block content %}
{% csrf_token %}

Update bill record


{{ form.media }} {{ form|crispy }}
{% endblock content %}