Projet

Général

Profil

0001-backoffice-reordre-submissions-tables-9500.patch

Thomas Noël, 11 janvier 2016 18:56

Télécharger (1 ko)

Voir les différences:

Subject: [PATCH] backoffice: reordre submissions tables (#9500)

 wcs/backoffice/submission.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/backoffice/submission.py
213 213
            empty = False
214 214
            r += htmltext('<div class="bo-block">')
215 215
            r += htmltext('<h2>%s</h2>') % {
216
                    'create': _('Submission'),
217 216
                    'existing': _('Running submission'),
218 217
                    'empty': _('Submission to complete'),
218
                    'create': _('New submission'),
219 219
                    }.get(mode)
220 220
            r += htmltext('<ul class="biglist">')
221 221
            r += htmltext(list_content.getvalue())
222
-