mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:39:49 +00:00
Comments adjusted
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user