reorganizing project directories, part 1
This commit is contained in:
9
dr_botzo/ircbot/old-web/templates/karma/givers.html
Executable file
9
dr_botzo/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