web: Re-added line thaty was accidentally removed.

This commit is contained in:
Shawn Kwang 2018-09-28 11:12:51 -05:00
parent c38f8065e0
commit 683c5629bc
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ function print_prefs_form(
if (!$venue) { if (!$venue) {
prefs_form_privacy($user); prefs_form_privacy($user);
prefs_form_consent($user); prefs_form_consent($user);
venue_form($user);
} }
prefs_form_project_specific($prefs->project_specific, $project_error); prefs_form_project_specific($prefs->project_specific, $project_error);
} }