Skip to content

Commit

Permalink
Fix element id
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatoprinx committed Jul 21, 2024
1 parent ef2e045 commit 8b9d274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/default/reviews/review_stages.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h4>{% trans 'Set Review Stage' %}</h4>
<li class="panel-title list-group-item">
{{ ".proposals.disable.after"|configuration_switch }}
<div class="input-customized-size pull-right">
<input id="proposals_disable_after" name="proposals.disable.after" type="datetime-local"
<input id="proposals.disable.after" name="proposals.disable.after" type="datetime-local"
placeholder="YYYY-mm-ddThh:mm">
</div>
</li>
Expand Down

0 comments on commit 8b9d274

Please sign in to comment.