jjbgf / eventbooking

Django webapp which allows to submit required date to attend an event.
GNU General Public License v2.0
0 stars 0 forks source link

Not possible to display umlaute in bootstrap template #10

Closed samuelstein closed 9 years ago

samuelstein commented 9 years ago

directly in template?

numberpi commented 9 years ago

Yes, in the template file.

samuelstein commented 9 years ago

ok. it's really working. problem was, that my local file encoding wasn't utf-8. windows....

samuelstein commented 9 years ago

Another problem is utf8 characters in views.py due python 2.7. See: http://stackoverflow.com/a/1342079 Added: ´# -- coding: utf-8 --#´