diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-02 03:31:32 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-02 03:31:32 +0300 |
| commit | 48632666db08ccb58291b34e693280bf15d44fdf (patch) | |
| tree | 0a738d62f1ede9066e57acbec984b1e3314f6ec0 /public/app/views/user/update_properties.php | |
| parent | a8429525dfcfa7d5ca60fd98a240e2b5c92c5edf (diff) | |
| download | gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.tar.gz gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.tar.bz2 gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.zip | |
Auth class cleaned; hot session reset
Diffstat (limited to 'public/app/views/user/update_properties.php')
| -rw-r--r-- | public/app/views/user/update_properties.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/app/views/user/update_properties.php b/public/app/views/user/update_properties.php index 35a1b1e..f10e36b 100644 --- a/public/app/views/user/update_properties.php +++ b/public/app/views/user/update_properties.php @@ -39,7 +39,6 @@ var empty = ''; </script> - <?php // include select2 supplementary functions //////////////////////////////////////////////////////////////////////////// Render::view('js/select2-supplementary'); @@ -62,9 +61,13 @@ $(document).ready(function() { }); </script> - <?php // handle form submition //////////////////////////////////////////////////////////////////////////// - Render::view('js/submit/invitation-form'); + Render::view('js/submit/update-properties'); +?> + +<?php // credits + ////////////////////////////////////////////////////////////////////////////// + Render::view('js/credits'); ?> </html> |
