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 %}