From 14a871d144560f75ac191c0b2e962927072744ee Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 2 Sep 2020 09:17:08 +0200 Subject: [PATCH] templates: remove duplicated block (#46181) --- templates/authentic2/accounts_authorized_oauth_services.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/authentic2/accounts_authorized_oauth_services.html b/templates/authentic2/accounts_authorized_oauth_services.html index 7b39ca8..f598ef6 100644 --- a/templates/authentic2/accounts_authorized_oauth_services.html +++ b/templates/authentic2/accounts_authorized_oauth_services.html @@ -1,8 +1,6 @@ {% extends "authentic2/cut-base.html" %} {% load i18n %} -{% block title %}{% endblock %} - {% block title %} {{ block.super }} - Mes consentements {% endblock %}