Add website branding feature.

This commit is contained in:
2025-07-04 09:29:05 +02:00
parent 52d3400728
commit 0fbf410755
12 changed files with 407 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<div class="auth-container">
<h1>Register for TimeTrack</h1>
<h1>Register for {{ g.branding.app_name }}</h1>
<p class="text-muted">Join your company team</p>
{% with messages = get_flashed_messages(with_categories=true) %}