diff options
author | Daniel Gustafsson | 2017-06-20 06:50:23 +0000 |
---|---|---|
committer | Magnus Hagander | 2017-06-20 06:51:19 +0000 |
commit | 96f973247fc6359a059387daadbc499e4b983083 (patch) | |
tree | 1fdf9b04039ac0232235fc95f5e594537399d8db | |
parent | d745feae8d4e914f7b03d27465d6dfa495058097 (diff) |
Properly close <form> tag.
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 63deb69..a6add97 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -159,6 +159,7 @@ {%endfor%} </select> </div> + </form> </div> <div class="modal-footer"> <a href="#" class="btn btn-default" data-dismiss="modal">Close</a> |