From 43f9d78f8c00e13732b809519f0529ac293fd5ab Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sun, 29 Oct 2023 07:41:04 -0500 Subject: Rename to ustayml (u-stayML) --- ustayml/templates/blog/update.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ustayml/templates/blog/update.html (limited to 'ustayml/templates/blog/update.html') diff --git a/ustayml/templates/blog/update.html b/ustayml/templates/blog/update.html new file mode 100644 index 0000000..7420f57 --- /dev/null +++ b/ustayml/templates/blog/update.html @@ -0,0 +1,20 @@ +{% extends 'base.html' %} + +{% block header %} +

{% block title %}Edit "{{ post['title'] }}"{% endblock %}

+{% endblock %} + +{% block content %} +
+ + + + + +
+
+
+ +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3