diff --git a/LICENSE.md b/LICENSE.md --- a/LICENSE.md +++ b/LICENSE.md @@ -92,7 +92,7 @@ Mergely ------- Kallithea incorporates some code from the Javascript system called -[Mergely](http://http://www.mergely.com/), version 3.3.9. +[Mergely](http://www.mergely.com/), version 3.3.9. [Mergely's license](http://www.mergely.com/license.php), a [copy of which is included in this repository](LICENSE-MERGELY.html), is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that 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 @@ -82,7 +82,7 @@ -%if pager in pullrequests: +%if pullrequests.pager:
${pullrequests.pager('$link_previous ~2~ $link_next', **request.GET.mixed())}