* allow html in descr
This commit is contained in:
parent
59b21c557b
commit
10b10bb9d2
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.landing-content
|
||||
%h1= @event.title
|
||||
%p.w60= @event.description
|
||||
%p.w60= raw(@event.description)
|
||||
%br
|
||||
%br
|
||||
%h2 ARTIST LINEUP
|
||||
|
|
|
|||
Loading…
Reference in New Issue