cleaned up some lineup export items

This commit is contained in:
2022-06-07 11:09:20 -05:00
parent 0232420d5d
commit 42d5c452e7
37 changed files with 216 additions and 73 deletions

View File

@@ -13,7 +13,7 @@
{% block css %}
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" />
<!-- Your stuff: Third-party CSS libraries go here -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css">
<!-- This file stores project-specific CSS -->
@@ -24,7 +24,7 @@
{# Placed at the top of the document so pages load faster with defer #}
{% block javascript %}
<!-- Bootstrap JS -->
<script defer src="{% static 'js/bootstrap.js' %}"></script>
<script defer src="{% static 'js/bootstrap.bundle.js' %}"></script>
<!-- Your stuff: Third-party javascript libraries go here -->
<!-- place project specific Javascript in this file -->
@@ -107,7 +107,7 @@
</div>
<div class="container">
<div class="container bg-light">
{% if messages %}
{% for message in messages %}