diff --git a/progit/templates/docs.html b/progit/templates/docs.html index c5effd4..8758e57 100644 --- a/progit/templates/docs.html +++ b/progit/templates/docs.html @@ -78,6 +78,10 @@ {% endautoescape %} {% endif %} + + {% endif %} {% endblock %} diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index e592a38..dce887c 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -135,6 +135,9 @@ {% endif %} + {% endif %} {% endblock %}