# HG changeset patch # User domruf # Date 2017-05-18 21:09:15 # Node ID 428c1193ee405b43645a60a5a6e5b5eb977510c3 # Parent d2053b8ab873c10f1eb6ed01900d2b08dd329095 templates: fix btn markup diff --git a/kallithea/templates/admin/notifications/show_notification.html b/kallithea/templates/admin/notifications/show_notification.html --- a/kallithea/templates/admin/notifications/show_notification.html +++ b/kallithea/templates/admin/notifications/show_notification.html @@ -28,7 +28,7 @@ ${c.notification.description} - +
diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html --- a/kallithea/templates/pullrequests/pullrequest_data.html +++ b/kallithea/templates/pullrequests/pullrequest_data.html @@ -61,7 +61,7 @@ %if pr.owner_id == request.authuser.user_id: ${h.form(url('pullrequest_delete', repo_name=pr.other_repo.repo_name, pull_request_id=pr.pull_request_id))} - +
${h.end_form()} %endif