diff frontend/mfrontend/views/jobcontrol.py @ 13:79cf8ca2a0e5

Dodałem pobieranie informacji o podanym zadaniu oraz pobieranie zadania oczekującego poprzez API
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Fri, 01 Apr 2011 19:02:08 +0200
parents 58a993029d9f
children c87f82a15606
line wrap: on
line diff
--- a/frontend/mfrontend/views/jobcontrol.py	Sun Mar 27 17:13:44 2011 +0200
+++ b/frontend/mfrontend/views/jobcontrol.py	Fri Apr 01 19:02:08 2011 +0200
@@ -24,3 +24,4 @@
         except Exception as e:
             flash(e)
     return render_template('newjob.html')
+