From 8e46bb9e025098370988491345b51d3ef6697eeb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 22 Dec 2010 15:24:34 +0000 Subject: [PATCH] Shows if a Reddit member matches the model criteria --- templates/hr/applications/view.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index 8d6e073..044ff55 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -93,12 +93,13 @@ {% if app.user.redditaccount_set.all %}

Reddit Accounts

- + {% for acc in app.user.redditaccount_set.all %} + {% endfor %}
AccountKarmaValidatedCreation Date
AccountKarmaValidatedCreation DateMatches Criteria?
{{ acc.username }} {{ acc.link_karma }} / {{ acc.comment_karma }} {% if acc.validated %}Validated{%else %}NOT VALIDATED{% endif %} {{ acc.date_created }}{% if acc.is_valid %}Yes{% else %}No{% endif %}