Commit 14ebfa3d authored by gab's avatar gab

added bootstrap to base.html

parent 122e640c
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{% block title %}Red Brick Board{% endblock %}</title> <title>{% block title %}Red Brick Board{% endblock %}</title>
{% load bootstrap5 %}
{% bootstrap_css %}
{% bootstrap_javascript %}
{% bootstrap_messages %}
</head> </head>
<body> <body>
<main> <main>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment