diff options
author | FChannel <> | 2021-06-19 19:04:43 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-19 19:04:43 -0700 |
commit | b4f7d00ad9d13f96323366ded2eb7702e37f6e52 (patch) | |
tree | 8a62817f7d1f70131533c2ab96f91270e0ad64db /static/bottom.html | |
parent | 6b265b0a8c2e45422f4a4601e041d44e5cef1c1b (diff) |
admin can mark objects as senstive
Diffstat (limited to 'static/bottom.html')
-rw-r--r-- | static/bottom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/bottom.html b/static/bottom.html index 19c82c6..28750c8 100644 --- a/static/bottom.html +++ b/static/bottom.html @@ -1,5 +1,5 @@ {{ define "bottom" }} -<div id="reply-box" class="popup-box" style="display: none; "> +<div id="reply-box" class="popup-box" style="display: none;"> <div id="reply-header" style="display: inline-block; width: 370px; z-index: 0; cursor: move;"></div><div id="reply-close" style="display: inline-block; float: right;"><a href="javascript:closeReply()">[X]</a></div> <form id="reply-post" action="/post" method="post" enctype="multipart/form-data"> <input id="reply-name" name="name" size="43" type="text" placeholder="Name" maxlength="100"> |