2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +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

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

View File

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

View File

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

View File

@ -22,4 +22,4 @@
</table>
</div>
{% endblock %}
{% endblock %}

View File

@ -25,4 +25,4 @@
</table>
</div>
{% endblock %}
{% endblock %}

View File

@ -4,4 +4,4 @@
{{ block.super }}
{% endblock %}
{% endblock %}

View File

@ -17,4 +17,4 @@
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@ -17,4 +17,4 @@
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@ -54,4 +54,4 @@
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@ -13,4 +13,4 @@
{% include "InvenTree/settings/setting.html" with key=setting plugin=plugin %}
{% endfor %}
</tbody>
</table>
</table>

View File

@ -13,4 +13,4 @@
{% include "InvenTree/settings/setting.html" with key="PURCHASEORDER_REFERENCE_PREFIX" %}
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@ -19,4 +19,4 @@
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@ -62,4 +62,4 @@
{% endfor %}
{% endif %}
{% endif %}
{% endif %}

View File

@ -16,4 +16,4 @@
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@ -273,4 +273,4 @@ e.preventDefault();
});
}
})();
{% endblock %}
{% endblock %}

View File

@ -39,4 +39,4 @@
</tbody>
</table>
</div>
{% endblock %}
{% endblock %}

View File

@ -20,4 +20,4 @@
</table>
</div>
{% endblock %}
{% endblock %}

View File

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

View File

@ -19,4 +19,4 @@
</table>
</div>
{% endblock %}
{% endblock %}

View File

@ -1,4 +1,4 @@
{% load i18n %}
<button id='admin-button' title='{% trans "View in administration panel" %}' type='button' class='btn btn-primary admin-button' url='{{ url }}'>
<span class='fas fa-user-shield'></span>
</button>
</button>

View File

@ -5,4 +5,4 @@
</button>
<button type='button' class='btn btn-success' id='new-attachment'>
<span class='fas fa-plus-circle'></span> {% trans "Add Attachment" %}
</button>
</button>

View File

@ -10,4 +10,4 @@
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
</table>
</div>
</div>

View File

@ -2,4 +2,4 @@
<span class="float-right">
<button class="btn clip-btn" type="button" data-bs-toggle='tooltip' title='{% trans "copy to clipboard" %}'><em class="fas fa-copy"></em></button>
</span>
</span>

View File

@ -1 +1 @@
<div class='filter-list d-flex flex-row form-row' id='filter-list-{{ id }}'><!-- Empty div for table filters --></div>
<div class='filter-list d-flex flex-row form-row' id='filter-list-{{ id }}'><!-- Empty div for table filters --></div>

View File

@ -9,4 +9,4 @@
<img class='hover-img-large' {% if image %}src='{{ image.url }}'{% else %}src='{% static "img/blank_image.png" %}'{% endif %}>
</a>
{% endif %}
</div>
</div>

View File

@ -13,4 +13,4 @@
<li>{% trans "Remote image must not exceed maximum allowable file size" %}</li>
</ul>
</div>
{% endblock %}
{% endblock %}

View File

@ -70,5 +70,3 @@ function locateItemOrLocation(options={}) {
},
);
}

View File

@ -1 +1 @@
<a href="mailto:{{ mail }}">{{ mail }}</a>{% include "clip.html"%}
<a href="mailto:{{ mail }}">{{ mail }}</a>{% include "clip.html"%}

View File

@ -1,3 +1,3 @@
<form method="post" action='' class='js-modal-form'>
{% csrf_token %}
</form>
</form>

View File

@ -52,4 +52,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -5,4 +5,4 @@
</button>
<button type='button' id='save-notes' title='{% trans "Save" %}' class='btn btn-success' style='display: none;'>
<span class='fas fa-save'></span> {% trans "Save" %}
</button>
</button>

View File

@ -13,4 +13,3 @@
<a href="{% url 'notifications' %}">{% trans "Show all notifications and history" %}</a>
</div>
</div>

View File

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

View File

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

View File

@ -16,4 +16,4 @@
</div>
</div>
{% endfor %}
{% endif %}
{% endif %}

View File

@ -7,4 +7,4 @@ onPanelLoad('{{ panel.key }}', function() {
});
{% endif %}
{% endfor %}
{% endif %}
{% endif %}

View File

@ -3,4 +3,4 @@
{% for panel in plugin_panels %}
{% include "sidebar_item.html" with label=panel.key text=panel.title icon=panel.icon %}
{% endfor %}
{% endif %}
{% endif %}

View File

@ -1,2 +1,2 @@
{% load djmoney %}
{% money_localize price currency %}
{% money_localize price currency %}

View File

@ -1 +1 @@
<button type='button' class='btn btn-outline-secondary' id='show-qr-code' title='{% trans "Show QR Code" %}'><span class='fas fa-qrcode'></span></button>
<button type='button' class='btn btn-outline-secondary' id='show-qr-code' title='{% trans "Show QR Code" %}'><span class='fas fa-qrcode'></span></button>

View File

@ -11,4 +11,4 @@
{% trans "QR data not provided" %}
</div>
{% endif %}
</div>
</div>

View File

@ -1 +1 @@
<h1>{{abc}}</h1>
<h1>{{abc}}</h1>

View File

@ -5,4 +5,4 @@
{% if icon %}<span class='sidebar-item-icon fas {{ icon }}'></span>{% endif %}
{% if text %}<span class='sidebar-item-text' style='display: none;'><strong>{{ text }}</strong></span>{% endif %}
</h6>
</span>
</span>

View File

@ -96,4 +96,4 @@
{% endblock %}
</body>
</html>
</html>

View File

@ -1 +1 @@
<span class='flex' style='flex-grow: 1;'></span>
<span class='flex' style='flex-grow: 1;'></span>

View File

@ -87,4 +87,4 @@
<!-- TODO - Enumerate system issues here! -->
{% endfor %}
{% endif %}
</table>
</table>

View File

@ -1 +1 @@
<a href="tel:{{ tel }}">{{ tel }}</a>{% include "clip.html"%}
<a href="tel:{{ tel }}">{{ tel }}</a>{% include "clip.html"%}

View File

@ -4,4 +4,4 @@
{% else %}{{ url }}
{% endif %}
</a>
{% endif %}
{% endif %}

View File

@ -5,4 +5,4 @@ Django Version: {% django_version %}
{% inventree_commit_date as commit_date %}{% if commit_date %}Commit Date: {% render_date commit_date %}{% endif %}
Database: {% inventree_db_engine %}
Debug-Mode: {% inventree_in_debug_mode %}
Deployed using Docker: {% inventree_docker_mode %}
Deployed using Docker: {% inventree_docker_mode %}

View File

@ -4,4 +4,4 @@
<span class='badge rounded-pill bg-success'>{% trans 'Yes' %}</span>
{% else %}
<span class='badge rounded-pill bg-danger'>{% trans 'No' %}</span>
{% endif %}
{% endif %}