{% extends 'psu_base/layout/main.html' %} {% load base_taglib %} {% load infotext_taglib %} {% block title %}Edit Infotext{% endblock %} {% block scripts %} {% endblock %} {% block pagecontent %}
ID | Actions | Identifier | Content |
---|---|---|---|
{{group_title}} |
|||
{{it.text_code}}
{%if is_developer%}
{%endif%} |
{%fa fa-pencil-square-o fa-fw text-info title="Edit" onclick="enable_edit($(this));"%} {%fa fa-trash-o fa-fw text-danger title="Delete" onclick="delete_infotext($(this));"%} |
{{it.content|safe}}
|