Skip to content

Commit

Permalink
apply: directly inherit from layout/base.html
Browse files Browse the repository at this point in the history
since title_content & content blocks are completely redefined
  • Loading branch information
xavfernandez committed Jan 13, 2025
1 parent ef87e5c commit fa22009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/templates/apply/process_refuse.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "apply/process_base.html" %}
{% extends "layout/base.html" %}
{% load django_bootstrap5 %}
{% load theme_inclusion %}
{% load buttons_form %}
Expand Down

0 comments on commit fa22009

Please sign in to comment.