Skip to content

Commit 7bc4da4

Browse files
authored
Update quiz-e5.html
1 parent ca1e446 commit 7bc4da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quiz/templates/quiz/quiz-e5.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<html>
22
<body>
3-
<h1>{{ score }}</h1>
43
<h1>your total marks are {{ d }}</h1>
54
<a href="{% url 'blog-home'%}"> start again </a>
65
<br>
76

87
<a href="{% url 'highscore' %}"> check out the scores of other users </a>
98
</body>
10-
</html>
9+
</html>

0 commit comments

Comments
 (0)