Add missing : to booths and events_cfp

This commit is contained in:
rahul 2017-09-10 20:03:18 +05:30 committed by Stella Rouzi
parent 407b1838cf
commit be6bfb6aad
2 changed files with 6 additions and 6 deletions

View file

@ -1,16 +1,16 @@
%dt
Type
Type:
%dd
= @cfp.cfp_type.capitalize
%dt
Start Date
Start Date:
%dd
= @cfp.start_date.strftime('%A, %B %e. %Y')
%dt
End Date
End Date:
%dd
= @cfp.end_date.strftime('%A, %B %e. %Y')
%dt
Days Left
Days Left:
%dd
= pluralize(@cfp.remaining_days, 'day')