mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Add extra styles block to the base template
This commit is contained in:
parent
e2e2a7f05a
commit
0a68000a41
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="stylesheet" href="{% static "admin/css/base.css" %}" type="text/css"/>
|
||||
<link rel="stylesheet" href="{% static "admin/css/forms.css" %}" type="text/css"/>
|
||||
<link rel="stylesheet" href="{% static "admin/css/changelists.css" %}" type="text/css"/>
|
||||
{% block extra_styles %}{% endblock %}
|
||||
<style type="text/css" media="screen">
|
||||
{% include 'rosetta/css/rosetta.css' %}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue