jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.1k stars 83 forks source link

Basic administration page logo handling #703

Open zbyte64 opened 4 months ago

zbyte64 commented 4 months ago

When I go to the "Basic Administration" page where you can define the logo I observe the following:

  1. Check the box "Clear current value" under "Site Icon"
  2. Press "Save"
  3. Observe the "Site Icon" is still present

Additionally: If I upload an SVG as the "Site Icon" I get the following 500 error:

SettingsPage.get_context_data() got an unexpected keyword argument 'form'

Apparently I need to upload a PNG instead, but it seems the validation error handling is broken.

AstraLuma commented 1 month ago

Yup, that sounds like problems.