diff options
author | Dan McGee <dan@archlinux.org> | 2010-03-03 06:55:54 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-03 06:55:54 -0600 |
commit | 83b7b94c0b062b0c209ea47de9180f28db6dbb81 (patch) | |
tree | 10996dee5eadc35603a59bfcd8a2c7d55b3d2de1 /templates/packages/flag.html | |
parent | 558fad8bee8b456eef23532ef2c15f897414be86 (diff) | |
parent | f7e15ed728d7c5e3470f6127cc21e64baefcbfb2 (diff) |
Merge branch 'master' into cdn-jquery
Conflicts:
templates/todolists/view.html
Diffstat (limited to 'templates/packages/flag.html')
-rw-r--r-- | templates/packages/flag.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index 0bea7396..1071fdf8 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 %} |