fix 500
parent
b4be5934d8
commit
99e130e663
|
@ -506,7 +506,7 @@
|
|||
{% if v and v.id != c.author_id and c.body %}
|
||||
<div autocomplete="off" class="markdown d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{c.id}}" readonly>{{c.body.strip()}}</div>
|
||||
{% endif %}
|
||||
{{macros.comment_reply_box(c.id, "reply-to-" + c.id, "d-none", "collapsed child", true, '/comments/')}}
|
||||
{{macros.comment_reply_box(c.fullname, "reply-to-" + c.fullname, "d-none", "collapsed child", true, '/comments/')}}
|
||||
|
||||
{% if request.path.startswith('/transfers') %}
|
||||
<a href="{{c.log_link}}"><i class="far fa-link ml-1 text-muted"></i></a>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "userpage/userpage.html" %}
|
||||
{% block content %}
|
||||
{%- include "userpage/header.html" -%}
|
||||
{# {% macro comment_reply_box(target_fullname, html_id, wrapper_css_classes="", subwrapper_css_classes="", allow_file_upload=true, action="/comments/") %} #}
|
||||
{{macros.comment_reply_box(u.fullname, 'replying-to-' + u.fullname, '', 'mb-3', true, '/comments/')}}
|
||||
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %} px-3 p-md-0" style="margin-top: 10px;">
|
||||
<div class="col">
|
||||
|
|
Loading…
Reference in New Issue