Update extra requests label and placeholder on customer form
- Label now reads: 'Anything else you want in the song? (Trollgorithm is very literal, so be careful!)' - Placeholder updated to: 'Specific Lyrics, clean/explicit...' Bumps version to 0.4.9.
This commit is contained in:
parent
da7dd0e9ee
commit
d9566f4158
3 changed files with 4 additions and 4 deletions
|
|
@ -207,8 +207,8 @@
|
|||
<option value="other" {% if form and form.vocal_gender == 'other' %}selected{% endif %}>Other (mention in Extra Requests)</option>
|
||||
</select>
|
||||
|
||||
<label for="extra_requests">Anything else you want in the song?</label>
|
||||
<textarea id="extra_requests" name="extra_requests" placeholder="Specific lyrics, vibe, clean/explicit, vocal gender...">{{ form.extra_requests if form else '' }}</textarea>
|
||||
<label for="extra_requests">Anything else you want in the song? (Trollgorithm is very literal, so be careful!)</label>
|
||||
<textarea id="extra_requests" name="extra_requests" placeholder="Specific Lyrics, clean/explicit...">{{ form.extra_requests if form else '' }}</textarea>
|
||||
|
||||
<button type="submit">Submit Request</button>
|
||||
</form>
|
||||
|
|
|
|||
Reference in a new issue