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/givers.html
Executable file
9
ircbot/old-web/templates/karma/givers.html
Executable file
@@ -0,0 +1,9 @@
|
||||
{% autoescape on %}
|
||||
<ul>
|
||||
{% for user in users %}
|
||||
<li>
|
||||
{{ user.who }} - {{ user.pos }} positive, {{ user.neg }} negative, {{ user.total }} total
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user