diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-07 13:34:38 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-07 15:45:15 +0200 |
| commit | d55a5ec58047dc53118dce1d3aecbeb398cf57de (patch) | |
| tree | d940054e928f217004cb4694027c3b4ff44fcb29 /archaeological_operations/templates/ishtar/blocks | |
| parent | 5f6514859cc06841d7bfb0919f98b72168eeade9 (diff) | |
| download | Ishtar-d55a5ec58047dc53118dce1d3aecbeb398cf57de.tar.bz2 Ishtar-d55a5ec58047dc53118dce1d3aecbeb398cf57de.zip | |
🐛 Sheet: add missing fields, improve layout (refs #5863, #5864, #5865, #5866, #5867, #5868, #5869, #5870, #5871, #5872)
Diffstat (limited to 'archaeological_operations/templates/ishtar/blocks')
| -rw-r--r-- | archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html index 8ea08cc22..918b372e9 100644 --- a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html +++ b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html @@ -20,7 +20,7 @@ <td>{{act.act_object}}</td> </tr> {% empty %} - <tr><td colspan="4" class='no_items'>{% trans "No administrative act associated" %}</td></tr> + <tr><td colspan="5" class='no_items'>{% trans "No administrative act associated" %}</td></tr> {% endfor %} </tbody> </table> |
