Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf
This commit is contained in:
commit
24a910a11f
4 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@ CHOICE_AGE = [
|
|||
("Ei", "Ei"),
|
||||
("Nestling", "Nestling"),
|
||||
("Ästling", "Ästling"),
|
||||
("Juvenil", "Juvenil"),
|
||||
("Adult", "Adult"),
|
||||
]
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"model": "bird.circumstance",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"description": "Neu"
|
||||
"description": "Verletzt"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
BIN
app/static/img/appicon/appiconfbf.png
Normal file
BIN
app/static/img/appicon/appiconfbf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -8,8 +8,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="{% static 'img/favicon/m.png' %}" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" sizes="128x128" href="{% static 'img/favicon/m.png' %}">
|
||||
<link rel="icon" sizes="192x192" href="{% static 'img/favicon/l.png' %}">
|
||||
<link rel="apple-touch-icon" sizes="128x128" href="{% static 'img/appicon/appiconfbf.png' %}">
|
||||
<link rel="icon" sizes="192x192" href="{% static 'img/appicon/appiconfbf.png' %}">
|
||||
<link rel="stylesheet" href="https://bootswatch.com/5/cosmo/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
||||
<title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue