From 75167d9e0b77c8480e485ffdfe151e1557cab540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Thu, 12 Dec 2019 14:38:48 +0100 Subject: [PATCH] SEO part 2 --- templates/admin/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/edit.html b/templates/admin/edit.html index 0333253..c85bea1 100644 --- a/templates/admin/edit.html +++ b/templates/admin/edit.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Admin Edit for "{{ link.name }}"{% endblock %} +{% block title %}Admin Edit {{ link.name }}{% endblock %} {% block body %}
{{ edit_form.csrf_token }}