diff options
author | hardythe1 | 2012-04-14 07:24:02 +0530 |
---|---|---|
committer | hardythe1 | 2012-04-14 07:24:02 +0530 |
commit | 9d0a737afdb23a50b28237055c87bfa72197d99b (patch) | |
tree | f0be0b52f49e7dee75239b2fe7f2be8e906abe35 /testapp/templates/exam/grade_user.html | |
parent | 5d7ab20a710e2374a3345b07ed62154456dbd2c8 (diff) | |
download | online_test-9d0a737afdb23a50b28237055c87bfa72197d99b.tar.gz online_test-9d0a737afdb23a50b28237055c87bfa72197d99b.tar.bz2 online_test-9d0a737afdb23a50b28237055c87bfa72197d99b.zip |
minor changes as model changes
Diffstat (limited to 'testapp/templates/exam/grade_user.html')
-rw-r--r-- | testapp/templates/exam/grade_user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/templates/exam/grade_user.html b/testapp/templates/exam/grade_user.html index 7137548..58e118b 100644 --- a/testapp/templates/exam/grade_user.html +++ b/testapp/templates/exam/grade_user.html @@ -92,8 +92,8 @@ Marks: <input id="q{{ question.id }}" type="text" <h3>Teacher comments: </h3> -<textarea id="comments_{{paper.quiz.id}}" rows="10" cols="80" - name="comments_{{ paper.quiz.id }}">{{ paper.comments }}</textarea> +<textarea id="comments_{{paper.question_paper.id}}" rows="10" cols="80" + name="comments_{{ paper.question_paper.id }}">{{ paper.comments }}</textarea> <br> <br><button class="btn" type="submit" name="submit_{{paper.quiz.id}}">Save Marks</button> |