mirror of https://gitlab.com/bashrc2/epicyon
Remove label when creating new reading status post
parent
f1ca5f1993
commit
c8e605c2dc
|
@ -1184,6 +1184,7 @@ def html_new_post(edit_post_params: {},
|
|||
new_post_form += ''
|
||||
selected_str = ''
|
||||
|
||||
if endpoint != 'newreadingstatus':
|
||||
new_post_form += \
|
||||
' <br><label class="labels">' + placeholder_message + '</label>'
|
||||
if media_instance:
|
||||
|
|
Loading…
Reference in New Issue