From 1db58301dad03c4fbeb887e457bc385ba6fd6141 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Tue, 10 Apr 2018 08:12:04 +0200 Subject: [PATCH] Fixed missing closing tag --- dpaste/templates/dpaste/about.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dpaste/templates/dpaste/about.html b/dpaste/templates/dpaste/about.html index e426188..aa273ef 100644 --- a/dpaste/templates/dpaste/about.html +++ b/dpaste/templates/dpaste/about.html @@ -20,6 +20,7 @@ your shell or editor. See the dpaste wiki for the API documentation and a list of available plugins. +

{% endblock %}