aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2024-04-09 05:53:27 +0000
committerr <r@freesoftwareextremist.com>2024-04-09 05:53:27 +0000
commitcd86ea6af12d798581d783f8e1c3deba24dce69f (patch)
tree30ecdc27cab43a2da16ab823e4aeb5d2609a65fa /templates
parent6ddec8db3ee73d3abdc85b6a2101020cf2455bce (diff)
downloadbloat-cd86ea6af12d798581d783f8e1c3deba24dce69f.tar.gz
bloat-cd86ea6af12d798581d783f8e1c3deba24dce69f.zip
Fix closing tag
Diffstat (limited to 'templates')
-rw-r--r--templates/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.tmpl b/templates/list.tmpl
index 6fa2830..6ee347d 100644
--- a/templates/list.tmpl
+++ b/templates/list.tmpl
@@ -8,7 +8,7 @@
<div class="form-field">
<input type="text" id="title" name="title" value="{{.List.Title}}">
<button type="submit"> Rename </button>
- <div>
+ </div>
</form>
<h1>Users</h1>