2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00

base implementation of user setting

This commit is contained in:
2021-07-22 23:50:09 +02:00
parent 3f6c7df7a8
commit 5f2bef7ee1
2 changed files with 12 additions and 4 deletions

View File

@@ -63,5 +63,13 @@
</form>
</div>
<h4>{% trans "User Settings" %}</h4>
<table class='table table-striped table-condensed'>
{% include "InvenTree/settings/header.html" %}
<tbody>
{% include "InvenTree/settings/setting.html" with key="HOMEPAGE_PART_STARRED" user_setting=True %}
</tbody>
</table>
{% endblock %}