gpp/port/templates/new_stay/new_stay-3.html

10 lines
174 B
HTML

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