gpp/port/templates/new_stay/new_stay-3.html
2019-07-18 14:05:41 +02:00

9 lines
158 B
HTML

{% extends "index.html" %}
{% load dict %}
{% block form %}
{{ stay_form }}
<br />
<input type="submit" value="Next" />
<br />
{% endblock %}