mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Merge pull request #261 from Frohus/develop
Add extra styles block to the base template
This commit is contained in:
commit
0005a3bc13
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<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