mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-29 03:12:15 +00:00
Enable correct extending for ajax in history
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends request.is_ajax|yesno:"base_ajax.html,base.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %}Revisions{% endblock %}
|
{% block title %}Revisions{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user