From fc243186dfaa8db03b8b761b85a6d6e32597762d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Jul 2016 11:28:07 +0200 Subject: Add versioning to CSS and JS files --- .../templates/ishtar/sheet_contextrecord_pdf.html | 2 +- .../templates/ishtar/sheet_contextrecordsource_pdf.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord_pdf.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord_pdf.html index f92dbea2e..a0d0affcf 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord_pdf.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord_pdf.html @@ -1,6 +1,6 @@ {% extends "ishtar/sheet_contextrecord.html" %} {% block header %} - + {% endblock %} {% block main_head %} {{ block.super }} diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html index 8e6b9bb85..38c5d318e 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html @@ -1,6 +1,6 @@ {% extends "ishtar/sheet_contextrecordsource.html" %} {% block header %} - + {% endblock %} {% block main_head %} {{ block.super }} -- cgit v1.2.3