From 8cba33675c6ba3b4d4c4eabcc35f00cd9dd9fc33 Mon Sep 17 00:00:00 2001 From: thatandromeda Date: Thu, 4 Oct 2012 11:12:20 -0300 Subject: [PATCH] whoops, save button needs to be visible prelaunch --- frontend/templates/manage_campaign.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index 84308859..c515c93c 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -214,13 +214,14 @@ Please fix the following before launching your campaign:

{{ form.paypal_receiver.errors }}{{ form.paypal_receiver }}

- {% if not is_preview or request.user.is_staff %} - {% ifequal campaign_status 'ACTIVE' %} + {% ifequal campaign_status 'ACTIVE' %}
When you click this button, your changes will be visible to supporters immediately. Make sure to proofread!

- {% else %} + {% else %}

- {% endifequal %} + {% endifequal %} + + {% if not is_preview or request.user.is_staff %} {% if campaign_status == 'INITIALIZED' %} {% endif %}