toodego: don't force authentication check on rsj forms (#53517)

This commit is contained in:
Frédéric Péters 2021-04-28 17:19:26 +02:00
parent 8b4f2999b1
commit ce92005cc9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<tbody>
{% for data in json.data|dictsort:"form_last_update_datetime" %}
<tr>
<td><a href="{{ data.form_url }}tryauth">{{ data.name }} - {{ data.form_number }}{% if data.form_digest %}<br><small>{{ data.form_digest }}</small>{% endif %}</a></td>
<td><a href="{{ data.form_url }}">{{ data.name }} - {{ data.form_number }}{% if data.form_digest %}<br><small>{{ data.form_digest }}</small>{% endif %}</a></td>
<td style="white-space: pre">{{ data.datetime|strptime:"%Y-%m-%d %H:%M:%S"|date:"d F Y" }}</td>
<td style="white-space: pre">{{ data.last_update_time|strptime:"%Y-%m-%d %H:%M:%S" }}</td>
<td>{{ data.status }}</td>