mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
fix endline
This commit is contained in:
@ -16,4 +16,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -16,4 +16,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -17,4 +17,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -22,4 +22,4 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -25,4 +25,4 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
{{ block.super }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -17,4 +17,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -17,4 +17,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -54,4 +54,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -13,4 +13,4 @@
|
||||
{% include "InvenTree/settings/setting.html" with key=setting plugin=plugin %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
@ -13,4 +13,4 @@
|
||||
{% include "InvenTree/settings/setting.html" with key="PURCHASEORDER_REFERENCE_PREFIX" %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -19,4 +19,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -62,4 +62,4 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -16,4 +16,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -273,4 +273,4 @@ e.preventDefault();
|
||||
});
|
||||
}
|
||||
})();
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -39,4 +39,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -20,4 +20,4 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -21,4 +21,4 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
@ -19,4 +19,4 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -10,4 +10,4 @@
|
||||
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -13,4 +13,4 @@
|
||||
<li>{% trans "Remote image must not exceed maximum allowable file size" %}</li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -70,5 +70,3 @@ function locateItemOrLocation(options={}) {
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
<a href="mailto:{{ mail }}">{{ mail }}</a>{% include "clip.html"%}
|
||||
<a href="mailto:{{ mail }}">{{ mail }}</a>{% include "clip.html"%}
|
||||
|
@ -1,3 +1,3 @@
|
||||
<form method="post" action='' class='js-modal-form'>
|
||||
{% csrf_token %}
|
||||
</form>
|
||||
</form>
|
||||
|
@ -52,4 +52,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
@ -13,4 +13,3 @@
|
||||
<a href="{% url 'notifications' %}">{% trans "Show all notifications and history" %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -44,4 +44,4 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -16,4 +16,4 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -7,4 +7,4 @@ onPanelLoad('{{ panel.key }}', function() {
|
||||
});
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -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 %}
|
||||
|
@ -1,2 +1,2 @@
|
||||
{% load djmoney %}
|
||||
{% money_localize price currency %}
|
||||
{% money_localize price currency %}
|
||||
|
@ -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>
|
||||
|
@ -11,4 +11,4 @@
|
||||
{% trans "QR data not provided" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1 +1 @@
|
||||
<h1>{{abc}}</h1>
|
||||
<h1>{{abc}}</h1>
|
||||
|
@ -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>
|
||||
|
@ -96,4 +96,4 @@
|
||||
{% endblock %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -1 +1 @@
|
||||
<span class='flex' style='flex-grow: 1;'></span>
|
||||
<span class='flex' style='flex-grow: 1;'></span>
|
||||
|
@ -87,4 +87,4 @@
|
||||
<!-- TODO - Enumerate system issues here! -->
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</table>
|
||||
</table>
|
||||
|
@ -1 +1 @@
|
||||
<a href="tel:{{ tel }}">{{ tel }}</a>{% include "clip.html"%}
|
||||
<a href="tel:{{ tel }}">{{ tel }}</a>{% include "clip.html"%}
|
||||
|
@ -4,4 +4,4 @@
|
||||
{% else %}{{ url }}
|
||||
{% endif %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user