SAE-A2-TruthInquiry/truthinquiry/templates/admin/places.html
2023-03-18 16:09:42 +01:00

8 lines
154 B
HTML

<a href="/admin"> go Back </a> <br>
<section>
{%for place in places%}
<input name="{{place['id']}}" value="{{place['name']}}">
{%endfor%}
</section>