diff options
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> |