From 9ce5ac4ff980b28a96e62418969032b10a10c056 Mon Sep 17 00:00:00 2001 From: Wojciech Kwolek Date: Mon, 31 Aug 2020 21:14:20 +0200 Subject: [PATCH] fix missing title in main/delete.html --- app/templates/main/delete.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/main/delete.html b/app/templates/main/delete.html index 2ea334f..4e8453c 100644 --- a/app/templates/main/delete.html +++ b/app/templates/main/delete.html @@ -1,4 +1,5 @@ {% extends "_skel.html" %} +{% block title %}Delete accomplishment{% endblock %} {% block content %}