Enable correct extending for ajax in history

This commit is contained in:
Tom Price
2015-05-18 15:22:53 +01:00
parent ab558c1ccc
commit 295032639e

View File

@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends request.is_ajax|yesno:"base_ajax.html,base.html" %}
{% load static %}
{% block title %}Revisions{% endblock %}