edumed quiz pt 1
[redakcja.git] / apps / catalogue / templates / catalogue / book_text.html
1 {% load i18n compressed %}
2 <!DOCTYPE html>
3 <html>
4 <head>
5 <meta charset="utf-8"/>
6 <title>{% trans "Education module" %}</title>
7 <link rel="stylesheet" type="text/css" href="/media/static/edumed/css/edumed.css"/>
8 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
9 <script src="/media/static/edumed/js/edumed.js"></script>
10 </head>
11 <body>
12 {{html|safe}}
13 </body>
14 </html>