From 340ad6368f7f50992af8f56bcc41dccea33088b1 Mon Sep 17 00:00:00 2001 From: Eric O'Callaghan Date: Sat, 26 Oct 2024 20:18:31 -0400 Subject: [PATCH] symbolically link bootstrap+icons folders, and icons as svgs --- apps/accounts/templates/portal.html | 6 +++++- apps/challenges/templates/challenges.html | 4 +--- apps/clients/templates/clients.html | 15 ++++++++++--- apps/core/static/bootstrap | 1 + apps/core/static/bootstrap-icons | 1 + apps/core/static/css/style.css | 6 ------ apps/core/templates/layout.html | 26 +++++++++++++++++------ apps/core/templates/start.html | 9 +++++++- apps/faqs/templates/faq.html | 16 ++++++++++---- apps/feedback/templates/feedback.html | 10 ++++++--- apps/help/templates/help_page.html | 10 +++++++-- apps/history/templates/history.html | 8 ++++++- apps/patches/templates/latest.html | 7 ++++-- apps/patches/templates/patches.html | 5 ++++- 14 files changed, 90 insertions(+), 34 deletions(-) create mode 120000 apps/core/static/bootstrap create mode 120000 apps/core/static/bootstrap-icons diff --git a/apps/accounts/templates/portal.html b/apps/accounts/templates/portal.html index 6d988590..892f32e9 100644 --- a/apps/accounts/templates/portal.html +++ b/apps/accounts/templates/portal.html @@ -1,5 +1,6 @@ {% extends "layout.html" %} {% load humanize %} +{% load static %} {% block meta_title %}Portal{% endblock meta_title %} {% block meta_description %}Portal for players to see information about their account and characters.{% endblock meta_description %} {% block meta_url %}{% url 'portal' %}#portal{% endblock meta_url %} @@ -16,8 +17,11 @@ {% if user.is_staff %}
  • - + Admin +
  • {% endif %} diff --git a/apps/challenges/templates/challenges.html b/apps/challenges/templates/challenges.html index 37000ac1..d8dc0b71 100644 --- a/apps/challenges/templates/challenges.html +++ b/apps/challenges/templates/challenges.html @@ -27,9 +27,7 @@ {% if CURRENT_SEASON %}
    - - # - + Challenges will next cycle {{ CURRENT_SEASON.get_next_cycle | naturaltime }} at