Skip to content

Commit b75d6ef

Browse files
committed
add small todo to show what needs to be done to render the limits.
1 parent 4add8eb commit b75d6ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • customizer/src/obs_case_customizer

customizer/src/obs_case_customizer/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ class RunningJob(CustomVariables):
288288

289289
@app.get("/")
290290
def form_get(request: Request):
291+
# TODO: Switch to CustomVariables.schema for the generation of the <form>
291292
variables = CustomVariables()
292293
fields = [("main_case_logo_svg", ""), ("main_case_lid_logo_svg", ""), *variables.dict().items()]
293294
return templates.TemplateResponse('customizer.html', context={'request': request, 'fields': fields})

0 commit comments

Comments
 (0)