Minor fixes.
This commit is contained in:
parent
58fc689f14
commit
7933dd2d5c
@ -36,8 +36,6 @@ from assignment.forms import AssignmentForm, AssignmentRunForm, ConfigForm
|
|||||||
|
|
||||||
from participant.models import Profile
|
from participant.models import Profile
|
||||||
|
|
||||||
from settings import SITE_ROOT
|
|
||||||
|
|
||||||
@permission_required('assignment.can_see_assignment')
|
@permission_required('assignment.can_see_assignment')
|
||||||
@template('assignment/overview.html')
|
@template('assignment/overview.html')
|
||||||
def get_overview(request):
|
def get_overview(request):
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5"><i>{%trans "No participants available." %}</i></td>
|
<td colspan="5"><i>{%trans "No user groups available." %}</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user