agree create 3

This commit is contained in:
H.T. Kruitbosch 2018-05-04 17:03:10 +02:00
parent 96991610c9
commit 004c3a534f
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
{% csrf_token %}
{% bootstrap_form form %}
<button class="btn btn-default" type="submit">Toestemming geven</button>
<br/>
<a href="javascript:close_window();">Geen toestemming geven</a>
<br/><br/>
<a href="javascript:window.close();">Geen toestemming geven</a>
</form>
<br/>
{% endif %}