diff --git a/app/hr/templates/hr/applications/view.html b/app/hr/templates/hr/applications/view.html index 1c89dd3..54e4443 100644 --- a/app/hr/templates/hr/applications/view.html +++ b/app/hr/templates/hr/applications/view.html @@ -107,13 +107,14 @@ {% if app.user.redditaccount_set.all %}

Reddit Accounts

- + {% for acc in app.user.redditaccount_set.all %} + {% endfor %}
AccountKarmaValidatedCreation DateMatches Criteria?
AccountKarmaValidatedCreation DateMatches Criteria?Links
{{ 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 %}Metareddit