mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
bootstrap 4.5 & Bootswatch Themes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet">
|
||||
<link href="{% static "css/wvc-main.min.css" %}" rel="stylesheet" id="wvc_css">
|
||||
|
||||
<!-- WebVirtCloud CSS -->
|
||||
<link href="{% static "css/webvirtcloud.css" %}" rel="stylesheet">
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<div class="container">
|
||||
<div role="main" class="container">
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<!-- jQuery -->
|
||||
<script src="{% static "js/jquery.js" %}"></script>
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
||||
<script src="{% static "js/bootstrap.bundle.min.js" %}"></script>
|
||||
<!-- JavaScript Cookie -->
|
||||
<script src="{% static "js/js.cookie.js" %}"></script>
|
||||
{% block script %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user