core: reformat file tree

This commit is contained in:
2023-10-25 16:50:05 +02:00
parent a6a86a67a5
commit e253631f09
41 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,7 @@
<html>
<form method='post'>
{% csrf_token %}
{{ form }}
<input type='submit'>
</form>
</html>