Skip to content

Commit

Permalink
Hopefully fix jinja2 escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Sep 16, 2024
1 parent 4e5da96 commit fc35af7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "orga/base.html" %}
{% raw %}{% extends "orga/base.html" %}
{% load bootstrap4 %}
{% load i18n %}
{% load i18n %}{% endraw %}

{% block extra_title %}{{ cookiecutter.human_name }} Settings :: {% endblock extra_title %}

Expand Down

0 comments on commit fc35af7

Please sign in to comment.