From efc22e7eb419ad72a0bda7e8d05be998467995db Mon Sep 17 00:00:00 2001 From: kirbylife Date: Wed, 18 Dec 2019 02:51:11 -0600 Subject: [PATCH] completed the interface to write the posts --- templates/admin/add_post.html.tera | 76 +++++++++++++++++++++++++----- 1 file changed, 64 insertions(+), 12 deletions(-) diff --git a/templates/admin/add_post.html.tera b/templates/admin/add_post.html.tera index 3d7def1..c0f753b 100644 --- a/templates/admin/add_post.html.tera +++ b/templates/admin/add_post.html.tera @@ -1,17 +1,69 @@ {% extends "base" %} +{% block extracss %} + +{% endblock extracss %} + {% block content %} -
-

- - - +

+ + + -

-

- - -

- - + + + +
+
+
{% endblock content %} + +{% block extrajs %} + + +{% endblock extrajs %}