71v2/project/templates/airtable/submitted.html
Florian du Garage Num 07ccbd3db1 initial commit
2023-04-13 15:34:46 +02:00

7 lines
214 B
HTML

{% extends "airtable_base.html" %}
{% block content %}
{{ super() }}
<h1>Your form has been submitted successfully!</h1>
<a href="{{ url_for('airtable.create_record') }}">Submit another response</a>
{% endblock %}