actually i need to call this ircbot
so i don't collide with the django dr_botzo
This commit is contained in:
9
ircbot/old-web/templates/karma/stats.html
Executable file
9
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