Schování tlačítek v adminu za pomoci css
This commit is contained in:
parent
955dd60235
commit
63285485ca
2 changed files with 4 additions and 0 deletions
3
mamweb/static/css/admin.css
Normal file
3
mamweb/static/css/admin.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.add-related, .delete-related, .change-related {
|
||||
display: none;
|
||||
}
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue