2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

fix endline

This commit is contained in:
Matthias Mair
2022-05-20 13:35:07 +02:00
parent 93b6934127
commit 74726f0fda
117 changed files with 93 additions and 118 deletions

View File

@ -43,4 +43,4 @@
fields:
part: 10004
test_name: Check that chair is especially green
required: False
required: False

View File

@ -9,4 +9,4 @@
{% endif %}
{% if part %}
<li class="breadcrumb-item" aria-current="page"><a href="{% url 'part-detail' part.id %}">{{ part.name }}</a></li>
{% endif %}
{% endif %}

View File

@ -29,4 +29,4 @@
</div>
{% endif %}
{% endblock %}
{% endblock %}

View File

@ -18,4 +18,4 @@
{% include "sidebar_item.html" with label='stock' text=text icon='fa-boxes' %}
{% trans "Parameters" as text %}
{% include "sidebar_item.html" with label="parameters" text=text icon="fa-tasks" %}
{% endif %}
{% endif %}

View File

@ -22,4 +22,4 @@
</ul>
{% endif %}
{% endblock %}
{% endblock %}

View File

@ -21,4 +21,4 @@
</div>
{% endif %}
{% endblock %}
{% endblock %}

View File

@ -86,4 +86,4 @@ $('.fieldselect').select2({
matcher: partialMatcher,
});
{% endblock %}
{% endblock %}

View File

@ -81,4 +81,4 @@ $('.currencyselect').select2({
dropdownAutoWidth: true,
});
{% endblock %}
{% endblock %}

View File

@ -30,4 +30,4 @@
</div>
{% endif %}
</div>
{% endblock %}
{% endblock %}

View File

@ -1,2 +1,2 @@
{% extends "part/import_wizard/part_upload.html" %}
{% include "patterns/wizard/match_fields.html" %}
{% include "patterns/wizard/match_fields.html" %}

View File

@ -88,4 +88,4 @@ $('.currencyselect').select2({
dropdownAutoWidth: true,
});
{% endblock %}
{% endblock %}

View File

@ -20,4 +20,4 @@
enableSidebar('partupload');
{% endblock %}
{% endblock %}

View File

@ -57,4 +57,4 @@
{% trans "Attachments" as text %}
{% include "sidebar_item.html" with label="part-attachments" text=text icon="fa-paperclip" %}
{% trans "Notes" as text %}
{% include "sidebar_item.html" with label="part-notes" text=text icon="fa-clipboard" %}
{% include "sidebar_item.html" with label="part-notes" text=text icon="fa-clipboard" %}

View File

@ -22,4 +22,4 @@
{% else %}
src="{% static 'img/blank_image.png' %}"
{% endif %}/>
</div>
</div>

View File

@ -75,4 +75,4 @@
{% if not part.active %}
{{ block.super }}
{% endif %}
{% endblock %}
{% endblock %}

View File

@ -18,4 +18,4 @@
</table>
</form>
{% endblock %}
{% endblock %}

View File

@ -40,4 +40,4 @@
{% crispy form %}
</form>
{% endblock %}
{% endblock %}

View File

@ -7,4 +7,4 @@
<span class='badge badge-right rounded-pill bg-danger'>{% trans "No Stock" %}</span>
{% elif total_stock < part.minimum_stock %}
<span class='badge badge-right rounded-pill bg-warning'>{% trans "Low Stock" %}</span>
{% endif %}
{% endif %}

View File

@ -116,4 +116,4 @@ $('#bom-upload').click(function() {
});
{% endblock js_ready %}
{% endblock js_ready %}

View File

@ -10,4 +10,4 @@
{% blocktrans with full_name=part.full_name %}Create a new variant of template <em>'{{full_name}}'</em>.{% endblocktrans %}
</div>
{% endblock %}
{% endblock %}