ToastFreeware
/
toast
/
alpenzoo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Further play with django from last week.
[toast/alpenzoo.git]
/
animals
/
templates
/
animals
/
detail.html
1
<h1>{{ animal.name_german }}</h1>
2
<ul>
3
<li>Size: {{ animal.size_cm }}</li>
4
</ul>