diff options
Diffstat (limited to 'templates/survey.html')
-rw-r--r-- | templates/survey.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/survey.html b/templates/survey.html index 13a8800..f83aa94 100644 --- a/templates/survey.html +++ b/templates/survey.html @@ -5,7 +5,7 @@ {% block title %}CUCC Virtual Survey Binder: {{ current_expedition }}{{ current_survey }}{%endblock%} {% block head %} -<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/nav.css" /> +<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/nav.css" /> <script language="javascript"> blankColor = "rgb(153, 153, 153)" @@ -164,7 +164,7 @@ </p> </div> {% endfor %} - <div class="figure"> <a href="{{ settings.URL_ROOT }}/admin/expo/scannedimage/add/"> <img src="{{ settings.URL_ROOT }}{{ settings.ADMIN_MEDIA_PREFIX }}img/admin/icon_addlink.gif" /> Add a new scanned notes page. </a> </div> + <div class="figure"> <a href="{{ URL_ROOT }}/admin/expo/scannedimage/add/"> <img src="{{ URL_ROOT }}{{ ADMIN_MEDIA_PREFIX }}img/admin/icon_addlink.gif" /> Add a new scanned notes page. </a> </div> </div> <br class="clearfloat" /> <div id="survexFileContent" class="behind"> survex file editor, keeping file in original structure <br /> |