Show teams if not seen.

master
Nick Sergeant 2015-09-23 11:28:15 -04:00
parent 94ef8a0325
commit 17bf8f2b73
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
{% endif %}>
{% if not request.user.is_authenticated %}
{% include 'ad-leaderboard-pro.html' %}
{% elif not request.user.profile.teams_beta_seen %}
{% include 'ad-leaderboard-teams.html' %}
{% endif %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}