Schování tlačítek v adminu za pomoci css

This commit is contained in:
Jonas Havelka 2025-02-11 21:35:34 +01:00
parent 955dd60235
commit 63285485ca
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.add-related, .delete-related, .change-related {
display: none;
}

View file

@ -5,6 +5,7 @@
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
<script src="{% static 'js/jquery-1.11.1.js' %}"></script>
<link href="{% static 'css/rozliseni.css' %}?version=1" rel="stylesheet">
<link href="{% static 'css/admin.css' %}?version=1" rel="stylesheet">
{% endblock %}
{% block bodyclass %}{{ LOCAL_TEST_PROD }}web{% endblock %}