diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-19 12:46:58 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-19 12:46:58 +0100 |
commit | dfdebf20b3d1e2bd701e3559faa18931e017c044 (patch) | |
tree | b1fdcce729a31fa1d0833d23fe1a05ceeaaee362 /archaeological_files/templates/ishtar/administrativeact_document.html | |
parent | 3a7df75066975e124ae021bf65ee900ded4766fb (diff) | |
download | Ishtar-dfdebf20b3d1e2bd701e3559faa18931e017c044.tar.bz2 Ishtar-dfdebf20b3d1e2bd701e3559faa18931e017c044.zip |
Fix document test
Diffstat (limited to 'archaeological_files/templates/ishtar/administrativeact_document.html')
-rw-r--r-- | archaeological_files/templates/ishtar/administrativeact_document.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_files/templates/ishtar/administrativeact_document.html b/archaeological_files/templates/ishtar/administrativeact_document.html index 5d71519f0..104e5063e 100644 --- a/archaeological_files/templates/ishtar/administrativeact_document.html +++ b/archaeological_files/templates/ishtar/administrativeact_document.html @@ -9,9 +9,7 @@ <h2>{% trans "Document generation" %}</h2> <form action="." method="post">{% csrf_token %} <div class='form'> -<table> {{ search_form.as_p }} -</table> <h4>{% trans "Choose the type of document" %}</h4> <table> {{ template_form }} |