Skip to content
Snippets Groups Projects
Verified Commit fc5fa2bc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Also coerce percent number.

parent 29436545
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" style="min-width: 2em;width:{{ event.booked_percentage|coerce_max:100 }}%">
{{ event.booked_percentage }} %
{{ event.booked_percentage|coerce_max:100 }} %
</div>
</div>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment