adding $ before target price field to reduce chance people will type one into the field

pull/1/head
Andromeda Yelton 2012-05-17 09:15:33 -04:00
parent b094bc8444
commit 4ec0ed0638
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Please fix the following before launching your campaign:
{% ifnotequal campaign_status 'ACTIVE' %}
<h3>Target Price</h3>
<p> This is the target price for your campaign. Once you launch the campaign, you won't be able to increase it. The <i>mimimum</i> target is ${{form.minimum_target|intcomma}} .</p>
{{ form.target.errors }}{{ form.target }}
{{ form.target.errors }}${{ form.target }}
<h3>License being offered</h3>
<p> This is the license you are offering to use once the campaign succeeds. For more info on the licenses you can use, see <a href="http://creativecommons.org/licenses">Creative Commons: About the Licenses</a>.</p>
{{ form.license.errors }}{{ form.license }}