aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/templates/base.html')
-rw-r--r--gn_auth/templates/base.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/gn_auth/templates/base.html b/gn_auth/templates/base.html
index c90ac9b..d80096d 100644
--- a/gn_auth/templates/base.html
+++ b/gn_auth/templates/base.html
@@ -8,21 +8,21 @@
<title>Authorization {%block title%}{%endblock%}</title>
<link rel="stylesheet" type="text/css"
- href="https://genenetwork.org/static/new/css/bootstrap-custom.css" />
+ href="{{url_for('static', filename='css/bootstrap-custom.css')}}" />
<link rel="stylesheet" type="text/css"
- href="https://genenetwork.org/static/new/css/non-responsive.css" />
+ href="{{url_for('static', filename='css/non-responsive.css')}}" />
<link rel="stylesheet" type="text/css"
href="{{url_for('static', filename='css/styles.css')}}" />
<link rel="stylesheet" type="text/css"
- href="https://genenetwork.org/static/new/css/docs.css" />
+ href="{{url_for('static', filename='css/docs.css')}}" />
<link rel="stylesheet" type="text/css"
- href="https://genenetwork.org/static/new/css/colorbox.css" />
+ href="{{url_for('static', filename='css/colorbox.css')}}" />
<link rel="stylesheet" type="text/css"
- href="https://genenetwork.org/static/new/css/parsley.css" />
+ href="{{url_for('static', filename='css/parsley.css')}}" />
<link rel="stylesheet" type="text/css"
- href="https://genenetwork.org/static/new/css/broken_links.css" />
+ href="{{url_for('static', filename='css/broken_links.css')}}" />
<link rel="stylesheet"
- href="https://genenetwork.org/static/new/css/autocomplete.css" />
+ href="{{url_for('static', filename='css/autocomplete.css')}}" />
{%block css%}{%endblock%}
</head>