aboutsummaryrefslogtreecommitdiff
path: root/templates/form_qsjps.html
blob: 2d97a898d78a30c9108be1ba4937f350efcbf0a1 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "index.html" %}

{% block title %}QSJPS – {% endblock %}

{% block body %}
      <form action="{% url "qsjps" %}" method="post">
	{{ form }}
	<input type="submit" value="Trouver une salle" />
      </form>
{% endblock %}