This commit is contained in:
Matthias 2021-09-05 18:34:24 +02:00
parent 4d2aa975de
commit ff92d70ecb
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1,6 +1,5 @@
{% load static %}
{% load i18n %}
{% load crispy_forms_tags %}
{% load inventree_extras %}
<!DOCTYPE html>
@ -20,11 +19,6 @@
<link rel="stylesheet" href="{% get_color_theme_css user.get_username %}">
<style>
.login-error {
color: #F88;
}
</style>
<title>
{% inventree_title %} | {% block head_title %}{% endblock %}