diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-28 17:04:36 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-28 17:04:36 +0000 |
commit | 4652d83b497a1b41d6ef4be5490f32cfa30ca33c (patch) | |
tree | 4aa22dc463817c848f77eacd0e4dea7275ca2e7b /templates/editcave.html | |
parent | 8dbad16ece1ebbe4f65b56bbc26c7be526bbe328 (diff) | |
download | troggle-4652d83b497a1b41d6ef4be5490f32cfa30ca33c.tar.gz troggle-4652d83b497a1b41d6ef4be5490f32cfa30ca33c.tar.bz2 troggle-4652d83b497a1b41d6ef4be5490f32cfa30ca33c.zip |
Comments adjusted
Diffstat (limited to 'templates/editcave.html')
-rw-r--r-- | templates/editcave.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editcave.html b/templates/editcave.html index 68a36af..47e2759 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -70,7 +70,7 @@ div > label { } </style> <form action="" method="post">{% csrf_token %} - {% if tabletype == 'table' %}<table>{% endif %} + {% if tabletype == 'table' %}<table>{% endif %} <!-- to work with Dj 5.1 and Dj 3.2 --> {{ form }} {% if tabletype == 'table' %}</table>{% endif %} <p><input style="font-weight: bold; font-size: 200%; font-variant-caps: small-caps; margin-left: 40%;" type="submit" value="Submit" /></p> |