Skip to content

Commit 14481e3

Browse files
committed
Fixed #93 -- web UI loads the intended assets now.
1 parent 371638b commit 14481e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/templates/web/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<head>
77
<title>Deis</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9-
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet" media="screen">
10-
<link href="{% static "css/deis.css" %}" rel="stylesheet">
11-
<link href="{% static "css/bootstrap-responsive.min.css" %}" rel="stylesheet">
9+
<link href="{% static "css/bootstrap.css" %}" rel="stylesheet" media="screen">
10+
<link href="{% static "css/main.css" %}" rel="stylesheet">
11+
<link href="{% static "css/bootstrap-responsive.css" %}" rel="stylesheet">
1212
<link rel="shortcut icon" href="{% static "favicon.ico" %}">
1313
</head>
1414

0 commit comments

Comments
 (0)