From 5a873ef550469e2b5de1a44cc68173b5279a6451 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 17 Nov 2010 20:27:40 +0100 Subject: [PATCH] Add missing templates. --- src/main/resources/templates/lockSone.html | 3 +++ src/main/resources/templates/unlockSone.html | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 src/main/resources/templates/lockSone.html create mode 100644 src/main/resources/templates/unlockSone.html diff --git a/src/main/resources/templates/lockSone.html b/src/main/resources/templates/lockSone.html new file mode 100644 index 0000000..196af72 --- /dev/null +++ b/src/main/resources/templates/lockSone.html @@ -0,0 +1,3 @@ +<%include include/head.html> + +<%include include/tail.html> diff --git a/src/main/resources/templates/unlockSone.html b/src/main/resources/templates/unlockSone.html new file mode 100644 index 0000000..196af72 --- /dev/null +++ b/src/main/resources/templates/unlockSone.html @@ -0,0 +1,3 @@ +<%include include/head.html> + +<%include include/tail.html> -- 2.7.4