Commit 6317adb6fe5e12bd52ac1ec2dad2b03c6b243ada
Committed by
Sergio Oliveira
1 parent
3a7e1db3
Exists in
master
and in
39 other branches
Added subfolder for css and js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
colab/proxy/noosfero/templates/proxy/noosfero.html
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | {% load static %} | 2 | {% load static %} |
3 | 3 | ||
4 | {% block head_css %} | 4 | {% block head_css %} |
5 | -<link href="{% static 'css/bootstrap-colab-style.css' %}" | 5 | +<link href="{% static 'noosfero/css/bootstrap-colab-style.css' %}" |
6 | media="screen, projection" rel="stylesheet" type="text/css"> | 6 | media="screen, projection" rel="stylesheet" type="text/css"> |
7 | -<link href="{% static 'css/fix.css' %}" media="screen, projection" rel="stylesheet" type="text/css"> | 7 | +<link href="{% static 'noosfero/css/fix.css' %}" media="screen, projection" rel="stylesheet" type="text/css"> |
8 | <style> | 8 | <style> |
9 | 9 | ||
10 | </style> | 10 | </style> |
@@ -28,6 +28,6 @@ | @@ -28,6 +28,6 @@ | ||
28 | 28 | ||
29 | {% block footer_js %} | 29 | {% block footer_js %} |
30 | {{ block.super }} | 30 | {{ block.super }} |
31 | -<script src="{% static 'js/jquery.dropdown.js' %}" type="text/javascript"></script> | ||
32 | -<script src="{% static 'js/collapse.js' %}" type="text/javascript"></script> | 31 | +<script src="{% static 'noosfero/js/jquery.dropdown.js' %}" type="text/javascript"></script> |
32 | +<script src="{% static 'noosfero/js/collapse.js' %}" type="text/javascript"></script> | ||
33 | {% endblock %} | 33 | {% endblock %} |
34 | \ No newline at end of file | 34 | \ No newline at end of file |