diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-24 05:51:20 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-24 05:51:20 +0000 |
| commit | 27dfe48c9d4f7cb224fe96082cfbe05be23c3a41 (patch) | |
| tree | 86c2ecd50e5e078be0f70044c1eb19d9b2e1f39a /views/add_solutions.hbs | |
| parent | 0c785ab730997972b573c48d25f958dea5ad62b9 (diff) | |
| parent | 513312a00975a3fa0848736829e00d46825e853f (diff) | |
Merged
Diffstat (limited to 'views/add_solutions.hbs')
| -rw-r--r-- | views/add_solutions.hbs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/add_solutions.hbs b/views/add_solutions.hbs new file mode 100644 index 0000000..2865a88 --- /dev/null +++ b/views/add_solutions.hbs @@ -0,0 +1,18 @@ +<main id="solutions-main"> + +<div class="row" id="solutions-main"> + +<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3"> + <h3><i class="fa fa-wpforms" aria-hidden="true"></i> Add Solution </h3> + <form action="/user/submit_solution/{{examID}}/{{qID}}" method="post"> + <div class="form-group"> + <input type="text" class="form-control" placeholder="Enter Solution" name="solution"> + </div> + <input type="hidden" name="_csrf" value="{{ csrfToken }}"> + <button class="btn btn-primary">Submit</button> + </form> +</div> + +</div> + +</main>
\ No newline at end of file |
