Skip to content

Commit

Permalink
Merge pull request #176 from ImperialCollegeLondon/bootswatch_theme
Browse files Browse the repository at this point in the history
Adding bootswatch theme
  • Loading branch information
cc-a authored Oct 22, 2024
2 parents fb63f67 + b4086da commit e79522f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions main/static/main/css/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions main/static/main/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions main/templates/main/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load static %}
{% load django_bootstrap5 %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -11,17 +10,17 @@
<meta name="description" content="drunc ui">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% bootstrap_css %}
{% bootstrap_javascript %}
{% block extra_css %}
{% endblock extra_css %}
{% block extra_js %}
{% endblock extra_js %}
<script src="{% static 'main/js/htmx.min.js' %}"></script>
<script src="{% static 'main/js/_hyperscript.min.js' %}"></script>
<script src="{% static 'main/js/bootstrap.bundle.min.js' %}"></script>
<link rel="shortcut icon"
type="image/png"
href="{% static 'main/images/Favicon.png' %}">
<link rel="stylesheet" href="{% static 'main/css/bootstrap.min.css' %}">
</head>
<body>
{% include "main/navbar.html" %}
Expand Down

0 comments on commit e79522f

Please sign in to comment.