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:
parent
49feaa8281
commit
6ffbd52a36
@ -57,15 +57,7 @@
|
||||
| {# * User is not autenticated #}
|
||||
.comment-reply-form
|
||||
.comment-reply-field.sign-in
|
||||
textarea(
|
||||
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.
|
||||
|
||||
a(href="{{ url_for('users.login') }}") Log in to comment
|
||||
| {% endif %}
|
||||
|
||||
| {% if show_comments and (nr_of_comments > 0) %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user