Skip to content

Commit

Permalink
refactor(core): include stylesheet directly instead of using partial
Browse files Browse the repository at this point in the history
Closes: #1368
  • Loading branch information
b1rger committed Nov 18, 2024
1 parent 07951c4 commit dd7ec5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion apis_core/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.4/leaflet.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/css/select2.min.css" />
{% include "partials/bootstrap4_css.html" %}
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N"
crossorigin="anonymous">
<link href="{% static 'css/override_bootstrap.min.css' %}" rel="stylesheet" />
<link href="{% static 'css/material-symbols.css' %}" rel="stylesheet" />
<link href="{% static 'css/core.css' %}" rel="stylesheet" />
Expand Down
5 changes: 0 additions & 5 deletions apis_core/core/templates/partials/bootstrap4_css.html

This file was deleted.

0 comments on commit dd7ec5a

Please sign in to comment.