diff options
author | Linnnus <[email protected]> | 2024-04-29 09:33:20 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-29 09:33:20 +0200 |
commit | 4ea85a09f7ab6932472ecfcf43c82515928df477 (patch) | |
tree | d99431b87b1323e7ab9f4f2310cfe2d932c3d825 /views/join_form.html | |
parent | 3a33268067897b8670d0d39f5fd93e499230fd63 (diff) |
Use oath userid to identify applicants
Diffstat (limited to 'views/join_form.html')
-rw-r--r-- | views/join_form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/join_form.html b/views/join_form.html index 0e06399..440c993 100644 --- a/views/join_form.html +++ b/views/join_form.html @@ -16,6 +16,7 @@ {% block content %} <form method="POST" class="signup" id="applicationForm"> + <input type="hidden" name="userId" value="{{ user_id | e }}"> <div class="signup__box"> <label class="signup__label" for="name">Name</label> <p> |