Commit aeb3a7f5 by Sarina Canelake

fixup! Remove "ADMIN_MEDIA_PREFIX" (deprecated in Django 1.4)

parent ed76907c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <head> <html> <head>
<title></title> <title></title>
<!-- <script src="http://code.jquery.com/jquery-latest.js"></script> --> <!-- <script src="http://code.jquery.com/jquery-latest.js"></script> -->
<script src="../../../js/admin/jquery.min.js"></script> <script src="../../../../../common/static/js/vendor/jquery.min.js"></script>
<script type="text/javascript" src="staff_grading.js"></script> <script type="text/javascript" src="staff_grading.js"></script>
</head> </head>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block wiki_contents %} {% block wiki_contents %}
{% addtoblock "js" %} {% addtoblock "js" %}
<script type="text/javascript" src="{{ STATIC_URL }}js/admin/urlify.js "></script> <script type="text/javascript" src="{{ STATIC_URL }}js/vendor/urlify.js "></script>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![CDATA[
(function($) { (function($) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment