Skip to content

Commit

Permalink
Disables dark theme and configuration modal until images are adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 30, 2024
1 parent 1803c13 commit 6c94c07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lemarche/templates/layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% load static compress dsfr_tags %}
<!DOCTYPE html>
<html lang="{% block lang %}fr{% endblock lang %}"
data-fr-scheme="system"
{% if SITE_CONFIG.mourning %}data-fr-mourning{% endif %}>
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -45,7 +44,6 @@
{% block header %}
{% include "layouts/_header.html" %}
{% endblock header %}
{% dsfr_theme_modale %}
{% if SITE_CONFIG.notice %}
{% dsfr_notice title=SITE_CONFIG.notice %}
{% endif %}
Expand Down

0 comments on commit 6c94c07

Please sign in to comment.