template: Removed unused participant.css

This commit is contained in:
Emanuel Schuetze 2013-02-05 21:51:09 +01:00
parent 2d009d7c38
commit d809ff95bb
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +0,0 @@
/**
* OpenSlides participants style
*
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/

View File

@ -6,12 +6,6 @@
{% block title %}{{ block.super }} {% trans "Participants" %}{% endblock %}
{% block header %}
{% if perms.participant.can_manage_participant %}
<link type="text/css" rel="stylesheet" media="all" href="{% static 'styles/participant.css' %}" />
{% endif %}
{% endblock %}
{% block javascript %}
{% if perms.participant.can_manage_participant %}
<script type="text/javascript" src="{% static 'javascript/participant.js' %}"></script>