Commit 4636758a authored by Matthew Dizon's avatar Matthew Dizon

changed food to customer in details

parent 7b1deedd
Pipeline #1923 canceled with stages
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
<form action="#" method="post"> <form action="#" method="post">
{% csrf_token %} {% csrf_token %}
<input type="hidden" name="message" value="Bottle deleted successfully"> <input type="hidden" name="message" value="Bottle deleted successfully">
<a href="#"><button class="btn btn-secondary my-4">Delete Food</button></a> <a href="#"><button class="btn btn-secondary my-4">Delete Customer</button></a>
</form> </form>
<a href="#"><button type="submit" class="mt-3 btn btn-primary">Update Food</button></a> <a href="#"><button type="submit" class="mt-3 btn btn-primary">Update Customer</button></a>
<a onclick="window.history.go(-1); return false;"><button class="btn btn-secondary">Back</button></a> <a onclick="window.history.go(-1); return false;"><button class="btn btn-secondary">Back</button></a>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment