fixed travis

This commit is contained in:
Oskar Hahn 2013-03-13 00:29:53 +01:00
parent 71b9bd0a08
commit 2944b6ded3
2 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,6 @@ from openslides.agenda.models import Item
from .exceptions import MotionError, WorkflowError
# TODO: into the config-tab
config['motion_identifier'] = ('manually', 'per_category', 'serially_numbered')[2]
class Motion(SlideMixin, models.Model):
"""The Motion Class.

View File

@ -40,6 +40,10 @@ from .forms import (BaseMotionForm, MotionSubmitterMixin, MotionSupporterMixin,
from .pdf import motions_to_pdf, motion_to_pdf
# TODO: into the config-tab
config['motion_identifier'] = ('manually', 'per_category', 'serially_numbered')[2]
class MotionListView(ListView):
"""View, to list all motions."""
permission_required = 'motion.can_see_motion'