mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-06 23:28:20 +00:00
Update view logic for is_ajax being changed to a template context processor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'base_assets.html' %}
|
||||
{% extends is_ajax|yesno:"base_ajax.html,base_assets.html" %}
|
||||
{% load widget_tweaks %}
|
||||
{% load static %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user