added a message that will display when is_preview is off directing people toward active campaigns

pull/1/head
Andromeda Yelton 2012-05-16 21:43:45 -04:00
parent 45720197c6
commit cc8c9ebbb9
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@
<div class="preview_top"> <div class="preview_top">
Welcome to the almost-beta version of Unglue.it. Thanks to everyone who helped us with <a href="https://unglue.it/work/82028/">our test campaign.</a> Real campaigns coming Thursday at noon EDT. See you then. Welcome to the almost-beta version of Unglue.it. Thanks to everyone who helped us with <a href="https://unglue.it/work/82028/">our test campaign.</a> Real campaigns coming Thursday at noon EDT. See you then.
</div> </div>
{% else %}
<div class="launch_top">
Unglue.it has launched! Please consider supporting our <a href="/campaigns/ending#2">five active campaigns</a>.
</div>
{% endif %} {% endif %}
{% block topsection %}{% endblock %} {% block topsection %}{% endblock %}
{% block content %}{% endblock %} {% block content %}{% endblock %}