Skip to content

Commit

Permalink
Remove debugging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Dec 10, 2024
1 parent 59cbadd commit 0ac8183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ target/
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n static dsfr_tags wagtailuserbar wagtailsettings_tags sass_tags %}

{% get_settings use_default_site=True %}
{% get_settings %}
{% with SiteConfig=settings.content_manager.CmsDsfrConfig %}
<!DOCTYPE html>
<html lang="{% get_current_language as LANGUAGE_CODE %}{{ LANGUAGE_CODE }}"
Expand Down

0 comments on commit 0ac8183

Please sign in to comment.