summaryrefslogtreecommitdiff
path: root/kbas
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-05-24 11:51:01 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-05-24 11:51:01 +0100
commitf34bd8aced7983abeafcf7472595ba08fb89d420 (patch)
tree1f9ab5ead66304a2f03114a052ac889cfc9cefce /kbas
parent5ccb4219a59f788d966fdcaaa06a9e203a36328d (diff)
downloadybd-f34bd8aced7983abeafcf7472595ba08fb89d420.tar.gz
Use relative path for css
Diffstat (limited to 'kbas')
-rwxr-xr-xkbas/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbas/__main__.py b/kbas/__main__.py
index da2385d..321f188 100755
--- a/kbas/__main__.py
+++ b/kbas/__main__.py
@@ -80,7 +80,7 @@ class KeyedBinaryArtifactServer(object):
return template('kbas',
title='Available Artifacts:',
content=reversed(sorted(content)),
- css='/static/style.css')
+ css='static/style.css')
@bottle.get('/1.0/artifacts')
def get_morph_artifact():