Show teams if not seen.

master
Nick Sergeant 2015-09-23 11:26:30 -04:00
parent 5d8a5ab07a
commit 94ef8a0325
2 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,8 @@
<section class="snipts" id="snipts">
{% 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 %}
{% with 'true' as detail %}
{% include "snipts/snipt-list.html" %}

View File

@ -0,0 +1,4 @@
<a href="/for-teams/" class="snipt-promo">
<button class="btn btn-success btn-large pull-right">More info &raquo;</button>
Announcing Snipt for Teams! <br />Starting at just $49/month.
</a>