added a message that will display when is_preview is off directing people toward active campaigns
parent
45720197c6
commit
cc8c9ebbb9
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue