Changeset 15529
- Timestamp:
- 30 Jul 2019, 09:20:21 (5 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r15522 r15529 211 211 212 212 def render(self): 213 self.redirect(self.url(self.context.__parent__ ))213 self.redirect(self.url(self.context.__parent__, 'edit')) 214 214 return 215 215 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/applicantsbrowser.py
r15522 r15529 143 143 144 144 def render(self): 145 self.redirect(self.url(self.context.__parent__ ))145 self.redirect(self.url(self.context.__parent__, 'edit')) 146 146 return 147 147
Note: See TracChangeset for help on using the changeset viewer.