Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Change wording in template. #82

Merged
merged 1 commit into from
Feb 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion marketpulse/main/templates/fxosprice_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ <h2 class="title">Firefox OS prices</h2>
<div class="form-group planprices">
{% for plan_form in plan_formset %}
<div class="form-group switch">
<label>Is this a plan?</label>
<label for="id_{{ plan_form.prefix}}-has_plan">
Does this price come with a plan?
</label>
<label class="pack-switch">
{{ field_with_attrs(plan_form.has_plan, class="hasplan-check") }}
<span></span>
Expand Down