mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
fix events description on the home page
This commit is contained in:
parent
d46e6cf9c9
commit
38653d22d1
@ -3,6 +3,7 @@
|
||||
## next release
|
||||
|
||||
- Export user's invoicing status in members' excel export
|
||||
- Fix a bug: Next events descriptions, shown on the home page, display raw html
|
||||
- Fix a bug: number of reserved seats for an event is always of 1 in the excel export of reservations
|
||||
- Fix a bug: conflict between similar translations around "reservations"
|
||||
- Fix a bug: later occurrences of recurrent events does not have the initially configured theme and age range
|
||||
|
@ -100,7 +100,7 @@
|
||||
<span class="v-middle badge text-xs" ng-class="'bg-{{event.category.name | lowercase}}'">{{event.category.name}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<p>{{event.description | humanize : 500 }}</p>
|
||||
<p ng-bind-html="event.description | simpleText | humanize : 500 | breakFilter"></p>
|
||||
|
||||
<hr/>
|
||||
<div class="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user