admin: use default bootstrap theme, even when served with frontend

This commit is contained in:
nemunaire 2020-01-17 14:45:34 +01:00
parent ccf32f8a48
commit 22c4835875
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ const indextpl = `<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Challenge Forensic - Administration</title>
<link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="/css/glyphicon.css" type="text/css" rel="stylesheet" media="screen">
<link href="{{.urlbase}}css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="{{.urlbase}}css/glyphicon.css" type="text/css" rel="stylesheet" media="screen">
<style>
.cksum {
overflow-x: hidden;

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>Challenge Forensic - Administration</title>
<link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="/css/glyphicon.css" type="text/css" rel="stylesheet" media="screen">
<link href="/admin/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="/admin/css/glyphicon.css" type="text/css" rel="stylesheet" media="screen">
<style>
.cksum {
overflow-x: hidden;