Bug Fixes
- don't try to initialise vocabulary if there is no db [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/a9ec731c85b3a716c32ae7b40abf93d8e5504720))
- some weird fuzzy translations [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/8cc5324da968dd730b5113ab28c480afee5734ec))
- remove invalid url [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/784b73118b8426ea3add1621e7e911b0b6d94319))
Commits
- functionality for deleting mailchimp contacts from basxconnect [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/b75de00db9d1f4e50f0ff5ff55d50437fbc3982e))
- heading and change submit label [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/ffbd8ee1d4a0ac433fafc78f52d8fa05aba4b575))
- 3162c2a: remove unused import (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- b649edc: make locale (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- translations [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/c07d162a0034a54cc5fca0b954d72ad4e4e6288a))
- translations [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/fb835bd09b5bbedb718f279d069286a85312ea6d))
- df4009c: revert changes of all non-german translations (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- d721c8d: revert accidental change of translation (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 5ddaf41: add valid_from and valid_to fields (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- show only active addresses by default and add toggle for inactive ones [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/c47a98a19f8c01fe53e8792fb936b5cf4697550a))
- b9c541c: remove delete postal button (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 2896428: refresh person from db and save in order to update primary email address (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 169c72b: rename valid_to to valid_until (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 73431ec: use timezone.now().date(), remove unnecessary parameter "request", fix missing renamings valid_to -> valid_until (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 622ee2e: remove DeletePostalAddressView, will replace it with a set_inactive shortcut (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- c953f93: remove debug statement (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 4ff0738: import mailer_integration.settings only if the mailer_integration app is installed (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 7c9fa83: Merge remote-tracking branch 'origin/main' into feature/date_of_validity_for_postal (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- c3d715b: make locale (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 97c7acf: translations (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 0e2df4b: fix translation (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 88c4c63: add translations (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 9dfe374: remove unused imports (Pascal Wiesmann) [162](https://github.com/basxsoftwareassociation/basxconnect/pull/162)
- 1742f85: refactor editperson layouts (Pascal Wiesmann) [162](https://github.com/basxsoftwareassociation/basxconnect/pull/162)
- 548aebe: define R,C instead of importing (Pascal Wiesmann) [162](https://github.com/basxsoftwareassociation/basxconnect/pull/162)
- 6759d20: rename fields to columns (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 51e179d: make it possible for user to see and edit which email is primary (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 71e96c5: translations (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 3ab10a8: fix copy-paste bug (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- c0d81a3: add a translation (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 84e7204: update translation (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 1b3becb: refactoring based on PR feedback (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 7088186: use fieldlabel instead of hardcoding header (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- e76a671: bump version (Pascal Wiesmann)