From: Rico Hoppe Date: Thu, 18 Jan 2024 22:27:45 +0000 (+0000) Subject: blog/publish: styled the page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15195daa1524be73e4ef43eed30d4f1466d51b10;p=ipfire.org.git blog/publish: styled the page --- diff --git a/src/templates/blog/publish.html b/src/templates/blog/publish.html index e66f86ab..4e6d9c9c 100644 --- a/src/templates/blog/publish.html +++ b/src/templates/blog/publish.html @@ -2,30 +2,72 @@ {% block title %}{{ _("Publish %s") % post.title }}{% end block %} -{% block modal %} -
-
-
{{ _("Publish Post") }}
-
{{ post.title }}
+{% block container %} +
+
+
+ +

{{ _("Publish Post") }}

+

{{ post.title }}

+
+
+
-
- {% raw xsrf_form_html() %} +
+
+
+
+
When to Publish
- + + {% raw xsrf_form_html() %} -
- +
+
+ +
+
- -
+
+
+

+ +

+
+
-
- - {{ _("Cancel") }} +
+
+
+
+ +
+ +
+
+
+
-
+
{% end block %}