Skip to content

Commit

Permalink
[#473] Updated location of CSS and JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Jul 1, 2014
1 parent ae14c94 commit e2a6a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions akvo/templates/partner_sites/project/project_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</style>
<![endif]-->

<link rel="stylesheet" href="/media/core/galleria/themes/classic/galleria.classic.css">
<script src="/media/core/galleria/themes/classic/galleria.classic.min.js"></script>
<link rel="stylesheet" href="{{ STATIC_URL }}lib/js/galleria-1.2.8/themes/classic/galleria.classic.css">
<script src="{{ STATIC_URL }}lib/js/galleria-1.2.8/themes/classic/galleria.classic.min.js"></script>
{% endblock head %}


Expand Down
4 changes: 2 additions & 2 deletions akvo/templates/rsr/project/project_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{% block head %}
<link rel="alternate" type="application/rss+xml" title="Updates to {{project.title}}" id="gallery" href="{% url 'rss_project_updates' project.id %}">

<link rel="stylesheet" href="/media/core/galleria/themes/classic/galleria.classic.css">
<script src="/media/core/galleria/themes/classic/galleria.classic.min.js"></script>
<link rel="stylesheet" href="{{ STATIC_URL }}lib/js/galleria-1.2.8/themes/classic/galleria.classic.css">
<script src="{{ STATIC_URL }}lib/js/galleria-1.2.8/themes/classic/galleria.classic.min.js"></script>
{% endblock head %}

{% block breadcrum_items %}
Expand Down

0 comments on commit e2a6a4c

Please sign in to comment.