From 882b9db5ccc261e92acab3ecf03df42b67552d42 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 30 Apr 2018 17:59:30 -0400 Subject: [PATCH] Add cw to posts --- brutaldon/templates/main/post_partial.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/brutaldon/templates/main/post_partial.html b/brutaldon/templates/main/post_partial.html index 508b778..0a3544b 100644 --- a/brutaldon/templates/main/post_partial.html +++ b/brutaldon/templates/main/post_partial.html @@ -7,6 +7,13 @@ {% endif %} {% csrf_token %} +
+ +
+ {% render_field form.spoiler_text class+="input" placeholder="Optional" %} +
+
+
@@ -16,7 +23,7 @@
-
+
{% render_field form.visibility class+="select"%} @@ -25,8 +32,10 @@
- - - +
+
+ +
+