mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Rename module
HighlightTags was bad because: - we haven’t called placeholders ‘tags’ for a long time - it also does resizing of the `<textarea>`, not just highlighting the placeholders
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
<h2 class="heading-large">Textbox</h2>
|
||||
{{ textbox(form.username) }}
|
||||
{{ textbox(form.password) }}
|
||||
{{ textbox(form.message, highlight_tags=True) }}
|
||||
{{ textbox(form.message, highlight_placeholders=True) }}
|
||||
{{ textbox(form.code, width='1-8') }}
|
||||
|
||||
<h2 class="heading-large">File upload</h2>
|
||||
|
||||
Reference in New Issue
Block a user