aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/base.html')
-rw-r--r--qc_app/templates/base.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html
index 3f1ccac..eb5e6b7 100644
--- a/qc_app/templates/base.html
+++ b/qc_app/templates/base.html
@@ -26,6 +26,18 @@
</head>
<body>
+ <div class="navbar navbar-inverse navbar-static-top pull-left"
+ role="navigation"
+ style="width: 100%;min-width: 850px;white-space: nowrap;">
+ <div class="container-fluid" style="width: 100%">
+ <ul class="nav navbar-nav">
+ <li><a href="/" style="font-weight: bold">GN Uploader</a></li>
+ <li>
+ <a href="{{gnuri or 'https://genenetwork.org'}}">GeneNetwork</a>
+ </li>
+ </ul>
+ </div>
+ </div>
<div class="container">
{%block contents%}{%endblock%}
</div>