diff options
-rw-r--r-- | templates/list.tmpl | 2 |
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> |