Exports are downloadable

This commit is contained in:
Simon
2018-06-06 11:12:24 -04:00
parent 0b1d76f478
commit 7ac7972fd6
8 changed files with 71 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
{% extends "layout.html" %}
{% set title = "OD-Database - Submit website" %}
{% set current_page = "submit" %}
{% block body %}
<div class="container" >
@@ -12,7 +13,7 @@
</div>
<div class="row">
<div class="col">
{# {{ recaptcha.get_code()|safe }}#}
{{ recaptcha.get_code()|safe }}
</div>
<div class="col">
<input class="btn btn-primary" type="submit" value="Submit" title="Submit open directory">
@@ -23,8 +24,8 @@
<hr>
<p class="text-muted">
Note: TODO note
<p class="text-muted">By submitting this form you agree that your IP address and User Agent will be
saved (for debugging purposes only).
</p>
</div>
</div>