diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-04-28 09:55:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-07-29 11:54:14 +0200 |
commit | d552436e1847fc7541d1abe643c5fed67109bae6 (patch) | |
tree | 8959fe77756ed8db59dcada5de146d1427030b9a /archaeological_files/templates/ishtar/forms | |
parent | f5e7db4f7b3bceb0cdef84f9530e0cddc67beea8 (diff) | |
download | Ishtar-d552436e1847fc7541d1abe643c5fed67109bae6.tar.bz2 Ishtar-d552436e1847fc7541d1abe643c5fed67109bae6.zip |
WIP: preventive forms
Diffstat (limited to 'archaeological_files/templates/ishtar/forms')
-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 %} |