fix: page titles

This commit is contained in:
2024-12-09 23:54:49 -03:00
parent eff1c8b1b6
commit 5cd59bee2d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{% extends "layout/layout.html" %}
{% from "paginator/paginator.html" import paginator %}
{% block title %} Home {% endblock %}
{% block title %} Pets {% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" href="{{ url_for('static', filename='css/pets.css') }}">

View File

@@ -1,7 +1,7 @@
{% extends "layout/layout.html" %}
{% from "forms/submit-btn.html" import form_submit_button %}
{% from "layout/inner_header.html" import inner_header%}
{% block title %} Home {% endblock %}
{% block title %} Pet register {% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" href="{{ url_for('static', filename='css/pets-register.css') }}">