Update view logic for is_ajax being changed to a template context processor

This commit is contained in:
2025-10-05 20:03:50 +01:00
parent 93c576fad8
commit 7d9185e155
6 changed files with 30 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'base_assets.html' %}
{% extends is_ajax|yesno:"base_ajax.html,base_assets.html" %}
{% load widget_tweaks %}
{% load static %}