Conversion_Kitchen_Code/kitchen_counter/payment/templates/payments/validate.html

6 lines
154 B
HTML
Raw Normal View History

2024-04-27 09:33:09 +00:00
{% extends "mnfapp/base.html" %} {% load static %} {% block content %}
<form action="{%url 'write' %}" >
<h1> Validate! </h1>
</form>
{%endblock%}