From: David ‘Bombe’ Roden Date: Wed, 17 Nov 2010 19:27:40 +0000 (+0100) Subject: Add missing templates. X-Git-Tag: 0.3-RC1~21 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=5a873ef550469e2b5de1a44cc68173b5279a6451 Add missing templates. --- 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>