OpenSlides/openslides/agenda/templates/agenda/item_slide.html
Emanuel Schuetze d8d2ad002a Rename and clean up static direcories.
- rename static subdirs to css and js
- move global static dir to core/static, changed
- move global templates dir to core/templates
- check comments and code style of all our own CSS and JS files
- minor changes related to the changes of template and static files
2014-01-14 23:27:12 +01:00

13 lines
225 B
HTML

{% load i18n %}
{% load staticfiles %}
<link type="text/css" rel="stylesheet" media="all" href="{% static 'css/agenda_projector.css' %}" />
<h1>
{{ item }}
</h1>
{% if item.text %}
{{ item.text|safe }}
{% endif %}