fnp
/
koed-quiz.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[koed-quiz.git]
/
koedquiz
/
templates
/
home.html
1
{% extends "base.html" %}
2
3
{% block "body" %}
4
5
<a href="{{ quiz.get_absolute_url }}">Start quiz!</a>
6
7
{% endblock %}