Fix: Typo in comment refactor.
This commit is contained in:
parent
a5c8741efa
commit
1bd1eadefe
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if is_notification_page and c.level == 1 and c.sentto and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
|
||||
{%- include 'components/comment/replybox_message.html' -%}
|
||||
{%- include 'component/comment/replybox_message.html' -%}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<div id="replies-of-{{c.id}}"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue