fixes
This commit is contained in:
parent
d206405903
commit
0d10f8b9dc
BIN
Praktikum1/webteams/app/__pycache__/__init__.cpython-35.pyc
Normal file
BIN
Praktikum1/webteams/app/__pycache__/__init__.cpython-35.pyc
Normal file
Binary file not shown.
BIN
Praktikum1/webteams/app/__pycache__/application.cpython-35.pyc
Normal file
BIN
Praktikum1/webteams/app/__pycache__/application.cpython-35.pyc
Normal file
Binary file not shown.
BIN
Praktikum1/webteams/app/__pycache__/database.cpython-35.pyc
Normal file
BIN
Praktikum1/webteams/app/__pycache__/database.cpython-35.pyc
Normal file
Binary file not shown.
BIN
Praktikum1/webteams/app/__pycache__/view.cpython-35.pyc
Normal file
BIN
Praktikum1/webteams/app/__pycache__/view.cpython-35.pyc
Normal file
Binary file not shown.
@ -70,7 +70,9 @@ class Application_cl(object):
|
||||
def delete(self, id):
|
||||
#-------------------------------------------------------
|
||||
# Eintrag löschen, dann Liste neu anzeigen
|
||||
self.db_o.delete_px(id) return self.createList_p()
|
||||
self.db_o.delete_px(id)
|
||||
|
||||
return self.createList_p()
|
||||
@cherrypy.expose
|
||||
|
||||
|
||||
|
0
Praktikum1/webteams/content/webteams.css
Normal file
0
Praktikum1/webteams/content/webteams.css
Normal file
1
Praktikum1/webteams/data/webteams.json
Normal file
1
Praktikum1/webteams/data/webteams.json
Normal file
@ -0,0 +1 @@
|
||||
{ }
|
Loading…
x
Reference in New Issue
Block a user