|
|
|
@ -7,14 +7,22 @@ |
|
|
|
<meta name="author" content="Christophe SCAYA"> |
|
|
|
<meta name="author" content="Christophe SCAYA"> |
|
|
|
<link rel="icon" href="{% static 'escape-icon-2.jpg' %}"> |
|
|
|
<link rel="icon" href="{% static 'escape-icon-2.jpg' %}"> |
|
|
|
<title>Escape Game</title> |
|
|
|
<title>Escape Game</title> |
|
|
|
|
|
|
|
<link href="{% static 'fontawesomefree/css/fontawesome.css' %}" rel="stylesheet" type="text/css"> |
|
|
|
|
|
|
|
<link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css"> |
|
|
|
<!-- Bootstrap core CSS --> |
|
|
|
<!-- Bootstrap core CSS --> |
|
|
|
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet"> |
|
|
|
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet"> |
|
|
|
<!-- Custom styles for this template --> |
|
|
|
<!-- Custom styles for this template --> |
|
|
|
<link href="{% static 'cover.css' %}" rel="stylesheet"> |
|
|
|
<link href="{% static 'cover.css' %}" rel="stylesheet"> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body class="text-center"> |
|
|
|
<body class="text-center"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column"> |
|
|
|
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column"> |
|
|
|
|
|
|
|
{% if zone %} |
|
|
|
|
|
|
|
<nav class="nav nav-masthead float-md-end"> |
|
|
|
|
|
|
|
<a class="nav-link fw-bold py-1 px-0" href="{% url 'app:logout'%}"> |
|
|
|
|
|
|
|
<i class="fa-solid fa-arrow-right-from-bracket"></i> |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</nav> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
<h4 class="masthead-brand p-2">{{title |safe}}</h4>{% for message in messages %} |
|
|
|
<h4 class="masthead-brand p-2">{{title |safe}}</h4>{% for message in messages %} |
|
|
|
<div class="container-fluid p-2"> |
|
|
|
<div class="container-fluid p-2"> |
|
|
|
<div class="alert {{ message.tags }} alert-dismissible" role="alert" > |
|
|
|
<div class="alert {{ message.tags }} alert-dismissible" role="alert" > |
|
|
|
@ -24,7 +32,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div>{% endfor %}{% block 'contenu' %}{% endblock %} |
|
|
|
</div>{% endfor %}{% block 'contenu' %}{% endblock %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<script src="{% static 'jquery-3.2.1.slim.min.js' %}" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> |
|
|
|
<script src="{% static 'jquery-3.2.1.slim.min.js' %}" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> |
|
|
|
<!--<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>--> |
|
|
|
<!--<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>--> |
|
|
|
<script src="{% static 'popper.min.js' %}"></script> |
|
|
|
<script src="{% static 'popper.min.js' %}"></script> |
|
|
|
|