diff --git a/app/Livewire/Forms/ApplicationForm.php b/app/Livewire/Forms/ApplicationForm.php
index 67a3800..ffdb495 100644
--- a/app/Livewire/Forms/ApplicationForm.php
+++ b/app/Livewire/Forms/ApplicationForm.php
@@ -9,4 +9,6 @@ class ApplicationForm extends Form
{
#[Validate('nullable|string')]
public $reason = '';
+ #[Validate('boolean|in:true')]
+ public $check = false;
}
diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php
index b4472c4..0bc017e 100644
--- a/resources/views/pages/association/profile.blade.php
+++ b/resources/views/pages/association/profile.blade.php
@@ -172,6 +172,7 @@ $listenForPayment = function () {
$save = function ($type) {
$this->form->validate();
+
$this->currentPleb
->update([
'association_status' => $type,
@@ -403,15 +404,70 @@ $loadEvents = function () {
Nur Personen können Mitglied werden und zahlen 21.000 Satoshis im Jahr (Die Zahlung
ist noch in der Entwicklung).
- Firmen melden sich bitte direkt an den Vorstand.
+ Firmen melden sich bitte direkt an den Vorstand.