diff options
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index fc5ddbe70..0e68f8a98 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -100,7 +100,7 @@ {% trans "Administrativ acts" as administrativeacts_label %} {% table_administrativact administrativeacts_label item.administrative_act.all %} -<table> +<table class='simple'> <caption>{%trans "Associated operations"%}</caption> <tr> <th>{% trans "Ref." %}</th> @@ -126,7 +126,7 @@ {% endfor %} </table> -<table> +<table class='simple'> <caption>{%trans "Admninistrative acts linked to associated operations"%}</caption> <tr> <th>{% trans "Year" %}</th> |