From 0cce15c7109cfb7bab976d35ca68961ddb9ad644 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 17:55:57 -0600 Subject: More template cleanup: flag package Signed-off-by: Dan McGee --- templates/packages/flag.html | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/templates/packages/flag.html b/templates/packages/flag.html index ffcfcbb4..0bea7396 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -1,31 +1,28 @@ {% extends "base.html" %} {% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %} {% block content %} +
{% if confirmed %} - Thank you. Maintainers have been notified. +

Thank you. Maintainers have been notified.

{% else %} - - If you notice that one of Arch's packages is out of date (ie, there is a +

If you notice that one of Arch's packages is out of date (ie, there is a newer stable release available), then please notify us using the - form below. -

- The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the arch-general mailing list with your additional text. -

- Note: Please do not use this facility if the package is - broken! Use the bug tracker instead. - -

-

- Please confirm your flag request for {{pkg.pkgname}}: -

-
- - {{form}} -
- -
-
+ form below.

+

The message box portion of the flag utility is optional, and meant for + short messages only. If you need more than 200 characters for your + message, then file a bug report, email the maintainer directly, or send an + email to the arch-general mailing list with your additional text.

+ +

Note: Please do not use this facility if the package is + broken! Use the bug tracker + instead.

+

Please confirm your flag request for {{pkg.pkgname}}:

+
+ + {{form}} +
+ +
+
{% endif %} {% endblock %} - -- cgit v1.2.3