fixing form handling for relationships

This commit is contained in:
evilchili
2024-02-04 11:40:30 -08:00
parent 32d9c42847
commit 669c9b46d6
13 changed files with 206 additions and 122 deletions
+2 -2
View File
@@ -12,5 +12,5 @@ def index(request):
@view_config(route_name='sheet', renderer='character_sheet.html')
def sheet(request):
sheet = request.context
return sheet.response()
controller = request.context
return controller.response() or controller.template_context()