Some style fixes
[archweb_dev-nj.git] / templates / packages / flag.html
blob215b6fa8ab29dac7e8113f4bbc284466f3858e2a
1 {% load validation %}
2 <html>
3 <head><title>Flagging Packages</title></head>
4 <body>
5 {% if errors %}
6 {% print_errors errors %}
7 {% endif %}
8 <span style="font-family: verdana, arial, helvetica">
9 {% if confirmemail %}
10 Thank you. Maintainers have been notified.
11 {% else %}
12 <form method="post" action=".">
13 Please confirm your flag request.<br />
14 <br />
15 Email Address: (required) <br />
16 <input type="text" name="confirmemail" size="40" maxlength="128" /><br />
17 <br />
18 Message to dev: (optional)<br />
19 <textarea name="usermessage" rows="3" cols="40"></textarea><br />
20 <input type="submit" value=" Confirm " />
21 </form>
22 {% endif %}
23 </span>
24 </body>
25 </html>