From 99b74c01e035c1b31d418617310c5a7f3884b82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Tue, 7 Mar 2023 23:30:31 +0100 Subject: [PATCH] remove useless UI index header --- shared/templates/shared/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shared/templates/shared/index.html b/shared/templates/shared/index.html index 0d19d04..a27f6db 100644 --- a/shared/templates/shared/index.html +++ b/shared/templates/shared/index.html @@ -4,7 +4,7 @@ {% load static %} {% block title %}Rybička{% endblock %} -{% block header_name %}Seznam nástrojů{% endblock %} +{% block header_name %}Rychlé nástroje{% endblock %} {% block description %}{% endblock %} {% block head %} @@ -13,7 +13,6 @@ {% block content %} <main> - <h1 class="text-6xl font-bebas mb-5">Rychlé nástroje</h1> <ul class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> <li class="card"> <a href="{% url "member_group_size_calc:index" %}"> -- GitLab