summaryrefslogtreecommitdiffstats
path: root/templates/packages/flag.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/flag.html')
-rw-r--r--templates/packages/flag.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index 0bea739..1071fdf 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %}
+
{% block content %}
<div>
{% if confirmed %}
@@ -22,7 +23,7 @@
{{form}}
</table>
<input type="submit" value=" Confirm " />
- <br />
</form>
{% endif %}
+</div>
{% endblock %}