From c21f4b3dacd597a15a5ec39d525df1dfe1b70376 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Mon, 17 Jul 2023 01:47:57 +0200 Subject: Add project. --- .../templates/settings/restaurant_settings.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 restaurant_orders/settings/templates/settings/restaurant_settings.html (limited to 'restaurant_orders/settings/templates') diff --git a/restaurant_orders/settings/templates/settings/restaurant_settings.html b/restaurant_orders/settings/templates/settings/restaurant_settings.html new file mode 100644 index 0000000..eebe63a --- /dev/null +++ b/restaurant_orders/settings/templates/settings/restaurant_settings.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block title %}Settings{% endblock %} + +{% block content %} +
+

Settings

+ +
+ Wpisz ten wehbhook do ustawien w twoim sklepie! + {{request.scheme}}://{{request.get_host}}{% url 'wordpress_integration:webhook' restaurant_pk=view.kwargs.pk %} +
+ +
+
+ {% csrf_token %} + {{form.as_p}} + +
+
+
+{% endblock %} -- cgit v1.2.3