summaryrefslogtreecommitdiff
path: root/public/app/views/templates/penalty.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/templates/penalty.php')
-rw-r--r--public/app/views/templates/penalty.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/app/views/templates/penalty.php b/public/app/views/templates/penalty.php
index 4709d60..cad9221 100644
--- a/public/app/views/templates/penalty.php
+++ b/public/app/views/templates/penalty.php
@@ -64,13 +64,11 @@
};
</script>
-
<?php // include select2 supplementary functions
////////////////////////////////////////////////////////////////////////////
Render::view('js/select2-supplementary');
?>
-
<script>// pass dynamic js prepared by form designer
$(document).ready(function() {
@@ -81,7 +79,6 @@
});
</script>
-
<?php // handle form submition
////////////////////////////////////////////////////////////////////////////
Render::view('js/submit/penalty-form');
@@ -152,5 +149,8 @@
});
</script>
-->
-
+<?php // credits
+ //////////////////////////////////////////////////////////////////////////////
+ Render::view('js/credits');
+?>
</html>