mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-25 02:08:30 +02:00
chore: consistent titles
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{% extends "body_base.html" %}
|
||||
|
||||
{% block title %}Minne - Account{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<style>
|
||||
form.htmx-request {
|
||||
@@ -6,7 +9,7 @@
|
||||
}
|
||||
</style>
|
||||
<main class="container flex-grow flex flex-col mx-auto mt-4 space-y-1">
|
||||
<h1 class="text-3xl font-bold mb-2">Account Settings</h1>
|
||||
<h1 class="text-2xl font-bold mb-2">Account Settings</h1>
|
||||
<div class="form-control">
|
||||
<label class="label">
|
||||
<span class="label-text">Email</span>
|
||||
|
||||
Reference in New Issue
Block a user