Update base.html
Erste kleine Änderungen testweise.
This commit is contained in:
parent
cab95add19
commit
9f3ab64f83
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
{% load static %}
|
{% load static %}
|
||||||
<html lang="en">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
<a href="{% url 'index' %}"
|
<a href="{% url 'index' %}"
|
||||||
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
|
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
|
||||||
<img src="{% static 'repapp/images/logo.jpg' %}"
|
<img src="{% static 'repapp/images/logo.jpg' %}"
|
||||||
height="50px"
|
height="120px"
|
||||||
width="168px"
|
width="405px"
|
||||||
alt="Repair-Café Logo">
|
alt="Repair-Café Logo">
|
||||||
</a>
|
</a>
|
||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills">
|
||||||
|
|
|
||||||
Reference in a new issue