Add location field
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-24 02:19:01 +02:00
parent 832febd4f2
commit efe1be9056
4 changed files with 14 additions and 0 deletions

View File

@@ -92,6 +92,11 @@
<td>{{ form.shortener.slug }}</td>
</tr>
<tr>
<td>Location</td>
<td>{{ form.location }}</td>
</tr>
</tbody>
</table>