Comments: Simpler login message
No point in having a disabled input, since we're leaving the page to login anyway
This commit is contained in:
@@ -57,15 +57,7 @@
|
|||||||
| {# * User is not autenticated #}
|
| {# * User is not autenticated #}
|
||||||
.comment-reply-form
|
.comment-reply-form
|
||||||
.comment-reply-field.sign-in
|
.comment-reply-field.sign-in
|
||||||
textarea(
|
a(href="{{ url_for('users.login') }}") Log in to comment
|
||||||
disabled,
|
|
||||||
id="comment_field",
|
|
||||||
data-parent-id="{{ node_id }}",
|
|
||||||
placeholder="Join the conversation...")
|
|
||||||
.sign-in
|
|
||||||
a(href="{{ url_for('users.login') }}") Log in
|
|
||||||
| to comment.
|
|
||||||
|
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% if show_comments and (nr_of_comments > 0) %}
|
| {% if show_comments and (nr_of_comments > 0) %}
|
||||||
|
Reference in New Issue
Block a user