Skip to content

Commit

Permalink
[Waste] Peterborough-only option only shown there.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 24, 2023
1 parent 5d138a2 commit 169a5c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/web/base/admin/waste/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ <h3>Bulky Collections</h3>
</div>
</div>

<p>
<label for="waste_daily_slots">Available slots each day</label>
<input class="form-control" type=text name="daily_slots" id="waste_daily_slots"
value="[% daily_slots %]">

<p>
<input type=checkbox name="per_item_costs" value=1 id="waste_per_item_costs"
[% 'checked' IF per_item_costs %]>
Expand All @@ -78,6 +73,11 @@ <h3>Bulky Collections</h3>
<label class="inline" for="waste_show_individual_notes">Add text box for extra notes on every item</label>

[% IF c.cobrand.moniker == 'peterborough' %]
<p>
<label for="waste_daily_slots">Available slots each day</label>
<input class="form-control" type=text name="daily_slots" id="waste_daily_slots"
value="[% daily_slots %]">

<p>
<input type=checkbox name="free_mode" value="1" id="waste_free_mode"
[% 'checked' IF free_mode %]>
Expand Down

0 comments on commit 169a5c0

Please sign in to comment.