From 3945c52682702a9b4b62a46e667f2c3307f06907 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:25:02 -0700 Subject: Redesigned News Pages Signed-off-by: Dan McGee --- templates/news/delete.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'templates/news/delete.html') diff --git a/templates/news/delete.html b/templates/news/delete.html index c3824a26..6a2fa1e8 100644 --- a/templates/news/delete.html +++ b/templates/news/delete.html @@ -2,15 +2,22 @@ {% block title %}Arch Linux - Delete News{% endblock %} {% block content %} -
-

Confirm Delete

-
- You are about to delete the news item '{{news}}'. -

- Are you sure? -

-
-     -
-
+
+ +

News: Delete Entry Confirmation

+ +

You are about to delete the following news item:

+ +
+ {{news}} +
+ +

Are you sure?

+ +
+

+
+ +
{% endblock %} -- cgit v1.2.3-2-g168b