Skip to content
Snippets Groups Projects
Commit 99b74c01 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

remove useless UI index header

parent 7905808b
No related branches found
No related tags found
3 merge requests!5Release,!4Release,!3Release
Pipeline #11757 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% load static %} {% load static %}
{% block title %}Rybička{% endblock %} {% block title %}Rybička{% endblock %}
{% block header_name %}Seznam nástrojů{% endblock %} {% block header_name %}Rychlé nástroje{% endblock %}
{% block description %}{% endblock %} {% block description %}{% endblock %}
{% block head %} {% block head %}
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
{% block content %} {% block content %}
<main> <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"> <ul class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<li class="card"> <li class="card">
<a href="{% url "member_group_size_calc:index" %}"> <a href="{% url "member_group_size_calc:index" %}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment