Add new comments and comment all deletion system

This commit is contained in:
JoseluCross
2017-09-18 20:34:06 +02:00
parent 5531725cfe
commit af5383d6d9
5 changed files with 42 additions and 6 deletions

View File

@@ -21,9 +21,9 @@
{% endif %}
<div class="col-md-3"></div>
</div>
{% if user.ROLE == 3 %}
{#{% if user.ROLE == 3 %}
<a href="?page=del&id={{ code.idc }}&lang={{ code.lang }}&version={{ code.version }}" class="btn btn-danger">Delete source</a>
{% endif %}
{% endif %}#}
{% if page.otherV %}
<div style='text-align: center; font-size: 22px; '><a href='?page=code&id={{ code.idc }}&lang={{ code.lang }}'>View version's history</a></div>
{% endif %}