2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-05 18:25:53 +00:00
Files
InvenTree/InvenTree/common/templates/common/edit_setting.html
2020-10-25 21:00:06 +11:00

14 lines
253 B
HTML

{% extends "modal_form.html" %}
{% load i18n %}
{% block pre_form_content %}
{{ block.super }}
<!--
<p>
<b>{{ name }}</b><br>
{{ description }}<br>
<i>{% trans "Current value" %}: {{ value }}</i>
</p>
-->
{% endblock %}