Minor fixes.

This commit is contained in:
Emanuel Schuetze 2012-05-21 22:01:09 +02:00
parent 58fc689f14
commit 7933dd2d5c
2 changed files with 1 additions and 3 deletions

View File

@ -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):

View File

@ -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>