2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Display / editing for Company notes field

- Also includes some translation updates
This commit is contained in:
Oliver Walters
2020-02-01 23:45:28 +11:00
parent ca9f9e047c
commit 51fab36074
10 changed files with 209 additions and 85 deletions

View File

@ -11,6 +11,7 @@
{% if editing %}
<h4>{% trans "Part Notes" %}</h4>
<hr>
<form method='POST'>
{% csrf_token %}
@ -31,6 +32,7 @@
<button title='{% trans "Edit notes" %}' class='btn btn-default btn-glyph float-right' id='edit-notes'><span class='glyphicon glyphicon-edit'></span></button>
</div>
</div>
<hr>
<div class='panel panel-default'>
<div class='panel-content'>
{{ part.notes | markdownify }}