Skip to content

Commit

Permalink
🚚 Move admin overrides to other folder
Browse files Browse the repository at this point in the history
Since for our e2e setup we expected the frontend build there
  • Loading branch information
SilviaAmAm authored and svenvandescheur committed Feb 4, 2025
1 parent 90b8b58 commit 3635ee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ backend/log/nginx/*.log*

# Static files
backend/src/openarchiefbeheer/templates/index.html
backend/src/openarchiefbeheer/static/css
backend/src/openarchiefbeheer/static/js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% block extrastyle %}
{{ block.super }}

<link rel="stylesheet" type="text/css" href="{% static 'css/admin_overrides.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'css_overrides/admin_overrides.css' %}">

<link href="{% static 'ico/favicon.svg' %}" sizes="any" rel="icon" type="image/svg+xml" />
<link href="{% static 'ico/favicon-96x96.png' %}" sizes="96x96" rel="icon" type="image/png" />
Expand Down

0 comments on commit 3635ee9

Please sign in to comment.