mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Update rosetta/templates/rosetta/base.html
Co-authored-by: Adam J. Forster <adam@adamforster.org>
This commit is contained in:
parent
0a68000a41
commit
dca6030576
1 changed files with 1 additions and 1 deletions
|
|
@ -7,10 +7,10 @@
|
|||
<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>
|
||||
{% block extra_styles %}{% endblock %}
|
||||
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
{% include 'rosetta/js/rosetta.js' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue