jazzmin as a more beauty admin panel
This commit is contained in:
parent
8ea5c87c9c
commit
aca1c3c3fa
117 changed files with 4 additions and 0 deletions
|
@ -1,40 +0,0 @@
|
|||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}" type="image/x-icon">
|
||||
<!-- <link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}"> -->
|
||||
<link rel="stylesheet" href="https://bootswatch.com/5/cosmo/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
||||
<title>
|
||||
{% block head_title %}Fallen Birdy{% endblock head_title %}
|
||||
</title>
|
||||
<!-- custom header -->
|
||||
{% block header %}
|
||||
{% endblock header %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--navbar-->
|
||||
{% block navbar %}
|
||||
{% include "partials/_navbar.html" %}
|
||||
{% endblock navbar %}
|
||||
<!--content-->
|
||||
<div class="container">
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</div>
|
||||
<!--footer-->
|
||||
{% block footer %}
|
||||
{% include "partials/_footer.html" %}
|
||||
{% endblock footer %}
|
||||
<!-- JavaScript Bundle with Popper -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue