Skip to content
Snippets Groups Projects
Commit d5df8371 authored by Brian Moe's avatar Brian Moe
Browse files

Removed references to lars images and classes. Fixed auth for admin.

parent 0af610bd
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,11 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"lars.middleware.auth.LigoAuthContext",
"gracedb.middleware.auth.LigoAuthContext",
)
AUTHENTICATION_BACKENDS = ('lars.middleware.auth.LigoAuthBackend',)
MIDDLEWARE_CLASSES = (
'gracedb.middleware.accept.AcceptMiddleware',
'gracedb.middleware.auth.LigoAuthMiddleware',
......@@ -99,9 +101,9 @@ TEMPLATE_DIRS = (
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'gracedb.gracedb',
)
......@@ -76,6 +76,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"lars.middleware.auth.LigoAuthContext",
)
AUTHENTICATION_BACKENDS = ('lars.middleware.auth.LigoAuthBackend',)
MIDDLEWARE_CLASSES = (
'gracedb.middleware.accept.AcceptMiddleware',
'gracedb.middleware.auth.LigoAuthMiddleware',
......
......@@ -244,6 +244,6 @@ span.code {
thead th a:link, thead th a:visited { color:#666; display:block; }
table thead th.sorted { background-position:bottom left !important; }
table thead th.sorted a { padding-right:13px; }
table thead th.ascending a { background:url(/lars-static/images/arrow-down.gif) right .4em no-repeat; }
table thead th.descending a { background:url(/lars-static/images/arrow-up.gif) right .4em no-repeat; }
table thead th.ascending a { background:url(/gracedb-static/images/arrow-down.gif) right .4em no-repeat; }
table thead th.descending a { background:url(/gracedb-static/images/arrow-up.gif) right .4em no-repeat; }
static/images/arrow-down.gif

80 B

static/images/arrow-up.gif

838 B

static/images/ligo-blue.gif

2.68 KiB

......@@ -62,7 +62,7 @@
<div id="footer">
<table><tr><td><img width="50" height="37"
src="/lars-static/images/ligo-blue.gif" alt="LIGO" /></td>
src="/gracedb-static/images/ligo-blue.gif" alt="LIGO" /></td>
<td width="50%">&nbsp;</td>
<td>
<!--<p>GraceDB is a product of the LIGO Scientific Collaboration</p>-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment