mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Compare commits
2 commits
451c068d5d
...
12e6bdb43a
Author | SHA1 | Date | |
---|---|---|---|
12e6bdb43a | |||
1c0ee3c5d8 |
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
<body class="d-flex flex-column min-vh-100 mb-0">
|
<body class="d-flex flex-column min-vh-100 mb-0">
|
||||||
{% include "common/navbar.html" %}
|
{% include "common/navbar.html" %}
|
||||||
<main class="mb-4">
|
<main class="mb-4">
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
{% bootstrap_messages %}
|
{% bootstrap_messages %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<nav class="navbar navbar-expand-lg bg-light mb-2">
|
<nav class="navbar navbar-expand-lg bg-light mb-2">
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="{% url "hello_world" %}"><i class="fa-solid fa-dice-d20"></i> CharaSheet</a>
|
<a class="navbar-brand" href="{% url "hello_world" %}"><i class="fa-solid fa-dice-d20"></i> CharaSheet</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
|
Loading…
Reference in a new issue