diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index b5cbc1a..174c57a 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -103,4 +103,48 @@ {% endfor %} + +{% endblock %} + +{% block jscripts %} +{{ super() }} + {% endblock %}