adding $ before target price field to reduce chance people will type one into the field
parent
b094bc8444
commit
4ec0ed0638
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue