Update base.html
Erste kleine Änderungen testweise.
This commit is contained in:
parent
b13934b439
commit
9f030a0e56
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
{% load static %}
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description"
|
||||
|
|
@ -29,8 +29,8 @@
|
|||
<a href="{% url 'index' %}"
|
||||
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' %}"
|
||||
height="50px"
|
||||
width="168px"
|
||||
height="120px"
|
||||
width="405px"
|
||||
alt="Repair-Café Logo">
|
||||
</a>
|
||||
<ul class="nav nav-pills">
|
||||
|
|
|
|||
Reference in a new issue