Ignore:
Timestamp:
4 Jan 2015, 16:00:38 (10 years ago)
Author:
Henrik Bettermann
Message:

Fix some tests and other minor changes to adjust to Ikoba.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py

    r11976 r12393  
    843843    if expected_ext:
    844844        if '.' + file_format != expected_ext:
    845             view.flash(_('${a} file extension expected.',
     845            view.flash(_('${a} file format expected.',
    846846                mapping = {'a':expected_ext[1:]}), type="danger")
    847847            return False
Note: See TracChangeset for help on using the changeset viewer.