2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-18 18:31:30 +01:00

Comments adjusted

This commit is contained in:
2024-12-28 17:04:36 +00:00
parent 8dbad16ece
commit 4652d83b49
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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>