{%extends "base.html"%} {%block content%}

Edit Command Page

Command : {{edit.commandname}}

{% csrf_token %}
{%if edit.commandname == "deldir" %} {%elif edit.commandname == "delfile" %} {%endif%}
Back
{% endblock %}