Skip to content

Commit 274529e

Browse files
committed
Merge branch 'release-4.2'
2 parents 79974f6 + 5311b46 commit 274529e

16 files changed

Lines changed: 82 additions & 44 deletions

gobotany/editor/templates/gobotany/edit_pile_taxon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>
1212
← return to pile <a href="..">{{ pile.slug }}</a><br>
13-
→ visit this plant in the <a href="/admin/core/taxon/{{ taxon.id }}"
13+
→ visit this plant in the <a href="/admin/core/taxon/{{ taxon.id }}/"
1414
>admin interface</a>
1515
</p>
1616

gobotany/plantshare/migrations/0009_alter_screenedimage_image.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

gobotany/site/migrations/0009_alter_document_upload.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

gobotany/site/templates/gobotany/_base.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99

1010
<link rel="canonical" href="https://gobotany.nativeplanttrust.org{{ request.path }}">
1111

12-
<link rel="shortcut icon" href="/static/images/branding/favicon.png">
12+
<link rel="apple-touch-icon" sizes="180x180"
13+
href="/static/images/branding/gb-apple-touch-icon.png">
14+
<link rel="icon" type="image/png" sizes="32x32"
15+
href="/static/images/branding/gb-favicon-32x32.png">
16+
<link rel="icon" type="image/png" sizes="16x16"
17+
href="/static/images/branding/gb-favicon-16x16.png">
18+
<link rel="mask-icon"
19+
href="/static/images/branding/gb-safari-pinned-tab.svg"
20+
color="#5bbad5">
1321

1422
{# Unless this is the Production site, ask not to be indexed. #}
1523
{% if 'gobotany.nativeplanttrust.org' not in request.META.HTTP_HOST %}
-1.32 KB
Binary file not shown.
4.6 KB
Loading
751 Bytes
Loading
1.11 KB
Loading
Lines changed: 31 additions & 0 deletions
Loading
4.61 KB
Loading

0 commit comments

Comments
 (0)