updates/bug fixes

release
Steve Nyemba 2 years ago
parent 0cf6320ee1
commit 5e00e3769a

@ -1,5 +1,5 @@
{% if layout.header.logo == True %} {% if layout.header.logo == True %}
<img src="{{context}}/static/img/{{system.logo}}"> <img src="{{system.context}}/static/img/{{system.logo}}">
{% endif %} {% endif %}
<div> <div>
<div class="title">{{layout.header.title}}</div> <div class="title">{{layout.header.title}}</div>

@ -36,7 +36,10 @@ Vanderbilt University Medical Center
<script src="{{system.context}}/static/js/search.js"></script> <script src="{{system.context}}/static/js/search.js"></script>
<script src="{{system.context}}/static/js/fontawesome/js/all.js"></script> <script src="{{system.context}}/static/js/fontawesome/js/all.js"></script>
</head> </head>
<script>
sessionStorage.setItem('{{system.id}}','{{system.context|safe}}')
</script>
<body> <body>
<div class="main"> <div class="main">

Loading…
Cancel
Save