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:
Pablo Vazquez 2017-10-15 05:56:43 +02:00
parent 49feaa8281
commit 6ffbd52a36

View File

@ -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) %}