From dfc9becc879e1b31d97428c428f16c859d0012eb Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Thu, 17 Jan 2019 21:06:29 -0500 Subject: [PATCH] Add mention hints to full post form and fix minor error --- brutaldon/templates/main/post_minimal_partial.html | 4 +--- brutaldon/templates/main/post_partial.html | 7 ++++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/brutaldon/templates/main/post_minimal_partial.html b/brutaldon/templates/main/post_minimal_partial.html index 6c31cc3..f5887cc 100644 --- a/brutaldon/templates/main/post_minimal_partial.html +++ b/brutaldon/templates/main/post_minimal_partial.html @@ -21,12 +21,10 @@ required="" id="id_status" ic-post-to="{% url "user_search" %}" ic-trigger-on="keyup changed" ic-trigger-delay="500ms" - ic-target="#username_autocomplete"> - + ic-target="#username_autocomplete">
-
diff --git a/brutaldon/templates/main/post_partial.html b/brutaldon/templates/main/post_partial.html index 50ddf06..bba85bd 100644 --- a/brutaldon/templates/main/post_partial.html +++ b/brutaldon/templates/main/post_partial.html @@ -24,7 +24,12 @@
- {% render_field form.status class+="textarea mousetrap is-primary" rows="4" %} + +