Fix undefined tamplate variables in comment_item.tpl

- Remove unused "type" hidden field in comment form
- Remove unused moderated_comment.tpl files
This commit is contained in:
Hypolite Petovan 2021-05-10 18:56:07 -04:00
commit da2ce5c4f4
8 changed files with 1 additions and 100 deletions

View file

@ -1,6 +1,5 @@
<div class="comment-wwedit-wrapper" id="comment-edit-wrapper-{{$id}}" style="display: block;">
<form class="comment-edit-form" id="comment-edit-form-{{$id}}" action="item" method="post" onsubmit="post_comment({{$id}}); return false;">
<input type="hidden" name="type" value="{{$type}}" />
<input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
<input type="hidden" name="parent" value="{{$parent}}" />
{{*<!--<input type="hidden" name="return" value="{{$return_path}}" />-->*}}