Skip to content

Commit

Permalink
Fixes rendering of non-ascii characters
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGut committed Jun 4, 2018
1 parent 4043cb8 commit acf8c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions creator/templates/creator/timesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{% load static %}

{% block extra_style %}
<meta http-equiv=Content-Type content="text/html;charset=utf-8">

<style type="text/css">
@page {
margin: 0;
Expand Down

0 comments on commit acf8c4d

Please sign in to comment.