summaryrefslogtreecommitdiff
path: root/public/app/views/user/update_properties.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/user/update_properties.php')
-rw-r--r--public/app/views/user/update_properties.php9
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>