Skip to content

Commit

Permalink
fix display embed custom style
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-garrido committed Mar 17, 2015
1 parent 72e59fc commit e299f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elections/templates/elections/embeded/base_embed.html
Expand Up @@ -28,7 +28,7 @@
<!-- custom css -->
<style type="text/css">

{{ election.custom_style }}
{{ election.custom_style|safe }}

</style>
<!-- custom css -->
Expand Down

0 comments on commit e299f60

Please sign in to comment.