gpp/port/templates/new_stay/new_stay-1.html
2019-06-24 18:10:45 +02:00

13 lines
329 B
HTML

{% extends "index.html" %}
{% block form %}
{{ new_stay_insurance }}
{% endblock %}
{% block formnew %}
<form action="{% url 'insurance:add' %}" method="post">
<div class="new hidden" id="new_insurance">
{{ insurance_form }}
<input type="submit" value="Add insurance" />
</div>
</form>
{% endblock %}