diff options
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/login.html b/templates/login.html index a2673a2..48a7410 100644 --- a/templates/login.html +++ b/templates/login.html @@ -6,8 +6,12 @@ {% block main %} - <section class="g-Section"> - <form class="g-Login g-Form" action="/login" method="POST"> + <section class="g-Login"> + <header> + <h1 class="g-Login__Title g-Header__Title">Budget</h1> + </header> + + <form class="g-Form" action="/login" method="POST"> {% if error %} <div class="g-Form__Error">{{ error }}</div> |