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) --- flaskr/templates/blog/update.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 flaskr/templates/blog/update.html (limited to 'flaskr/templates/blog/update.html') diff --git a/flaskr/templates/blog/update.html b/flaskr/templates/blog/update.html deleted file mode 100644 index 7420f57..0000000 --- a/flaskr/templates/blog/update.html +++ /dev/null @@ -1,20 +0,0 @@ -{% 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