From b5d2ee1272c81c77cdac735a015aab9701107681 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 6 Jul 2013 00:39:02 +0200 Subject: [PATCH] Only show status update field if logged in. --- src/main/resources/templates/include/updateStatus.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/include/updateStatus.html b/src/main/resources/templates/include/updateStatus.html index dde0486..e74c890 100644 --- a/src/main/resources/templates/include/updateStatus.html +++ b/src/main/resources/templates/include/updateStatus.html @@ -1,3 +1,4 @@ +<%ifnull !currentSone>
@@ -13,3 +14,4 @@
+<%/if> -- 2.7.4