fixes in login page

This commit is contained in:
Alicja Cięciwa
2020-10-27 15:42:29 +01:00
parent cb8886666c
commit 4573ad43da
6 changed files with 42 additions and 13 deletions

View File

@@ -5,11 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-Ua-compatible" content="IE=edge">
{% if title %}
<title>{{ title }} - Aussen- und Innenausbau</title>
{% else %}
<title>Aussen- und Innenausbau</title>
{% endif %}
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
@@ -35,8 +31,7 @@
<div class="row">
<div class="form-signin">
{% load static %}
<img src="{% static "img/logo.png" %}" width="300" alt="Logo">
<img class="mb-4" src="static/img/logo.png" alt="" width="72">
<img src="{% static 'img/logo.png' %}" width="320" alt="Logo" style="padding-bottom: 10px;">
<form method="post">
{% csrf_token %}
{{ form.as_p }}
@@ -51,7 +46,7 @@
</div>
<div class="row">
<footer><p class="mt-5 mb-3 text-muted">
Klicken Sie <a href="http://aussenundinnenausbau.de">hier</a>, um das Angebot des Unternehmens zu sehen. <br><br>
Klicken Sie <a href="http://aussenundinnenausbau.de">hier</a>, um das Angebot des Unternehmens zu sehen. <br>
&copy; Alicja Cięciwa</p></footer>
</div>
</div>