Skip to content
Snippets Groups Projects
Verified Commit fa73b163 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into 630-pwa-icon-background-app-background-are-red

parents a3b13247 27929007
No related branches found
No related tags found
1 merge request!934Resolve "[PWA] Icon background/app background are red"
Pipeline #51889 passed
......@@ -14,6 +14,7 @@ Fixed
* PDF generation failed with S3 storage due to incompatibility with boto3
* PWA theme colour defaulted to red
* Form for editing group type displayed irrelevant fields
`2.7`_ - 2022-01-24
-------------------
......
......@@ -353,7 +353,7 @@ class EditGroupTypeForm(forms.ModelForm):
class Meta:
model = GroupType
exclude = []
fields = ["name", "description"]
class SchoolTermForm(ExtensibleForm):
......
......@@ -32,3 +32,5 @@
{% with icon=PWA_ICONS.apple_splash.192 %}
<link href="{{ icon.faviconImage.url }}" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
{% endwith %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment