diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-21 21:53:14 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-21 21:53:14 +0000 |
| commit | 797b4fe83ed4ebbed47930c7d0d0a34cd37703c6 (patch) | |
| tree | 59cd29eb763665d51902b2b402e4ab773e058a87 /views/admin.hbs | |
| parent | 377664b62639a59e582252122e2a29a49d9ecaae (diff) | |
Made appropriate changes to add admin panel for adding exams, still need to add validation and fix minor glitches. Added servercallback for get_all_exams and find_exams in node_simple.js
Diffstat (limited to 'views/admin.hbs')
| -rw-r--r-- | views/admin.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/admin.hbs b/views/admin.hbs index 89e78c7..ecbd46e 100644 --- a/views/admin.hbs +++ b/views/admin.hbs @@ -1,7 +1,7 @@ <main id="solutions-main"> <div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3"> <h4>Add Exam</h4> -<form action="/add_exam" method="post"> +<form action="/admin/update" method="post"> <div class="form-group"> <input type="text" class="form-control" |
