From 5637dcc9af0125bf52703fb70fbc821cec42b295 Mon Sep 17 00:00:00 2001
From: Robert Metcalf <metcalfr@cardiff.ac.uk>
Date: Fri, 3 Dec 2021 11:54:17 +0000
Subject: [PATCH] fix typo for add workspace label

---
 templates/add-workspace.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/add-workspace.html b/templates/add-workspace.html
index 160593e..e237719 100644
--- a/templates/add-workspace.html
+++ b/templates/add-workspace.html
@@ -8,7 +8,7 @@
 			<td><input id="name" type="text" name="name"></td>
 		</tr>
 		<tr>
-			<td><label for="name">Address:</label></td>
+			<td><label for="address">Address:</label></td>
 			<td><input id="address" type="text" name="address"></td>
 		</tr>
 		<tr>
-- 
GitLab