diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-04-28 09:55:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:47 +0200 |
commit | fd232fdba395c96564934052233dd23604082693 (patch) | |
tree | 5284082668976459d1b304532f883aad0f8044a9 /archaeological_files/templates | |
parent | de4a4dc7b9d7a227a4e48323db878c3db156389c (diff) | |
download | Ishtar-fd232fdba395c96564934052233dd23604082693.tar.bz2 Ishtar-fd232fdba395c96564934052233dd23604082693.zip |
WIP: preventive forms
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r-- | archaeological_files/templates/ishtar/forms/preventive_detail.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_files/templates/ishtar/forms/preventive_detail.html b/archaeological_files/templates/ishtar/forms/preventive_detail.html new file mode 100644 index 000000000..3cdfb3da0 --- /dev/null +++ b/archaeological_files/templates/ishtar/forms/preventive_detail.html @@ -0,0 +1,2 @@ +{% extends "ishtar/forms/base_form.html" %} +{% load i18n %} |