fix: Set tab title for the comparator

This commit is contained in:
Eragon 2024-03-09 01:00:27 +01:00
parent cf21b4ee56
commit 6af47872cb
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{% extends "base/base.html" %}
{% set tabtitle = "Outils" %}
{% set tabtitle = "Comparateur des calculatrices" %}
{% block title %}
<h1>Outils</h1>
<h1>Comparateur des calculatrices</h1>
{% endblock %}
{% block content %}