reorganizing project directories, part 1
This commit is contained in:
9
dr_botzo/ircbot/old-web/templates/karma/stats.html
Executable file
9
dr_botzo/ircbot/old-web/templates/karma/stats.html
Executable file
@@ -0,0 +1,9 @@
|
||||
{% autoescape on %}
|
||||
<ol>
|
||||
{% for value in values %}
|
||||
<li>
|
||||
<a href="{% url key_detail value.key %}">{{ value.key }}</a> ({{ value.value }})
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user