Skip to content

Commit

Permalink
Fix form proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Mar 15, 2024
1 parent 4d7b5ce commit 4c29973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sipa/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def init_app(app, **kwargs):

logger.debug('Registering Jinja globals')
form_label_width = 4
form_input_width = 4
form_input_width = 8
app.jinja_env.globals.update(
current_user=current_user,
cf_pages=cf_pages,
Expand Down
2 changes: 1 addition & 1 deletion wtforms_widgets

0 comments on commit 4c29973

Please sign in to comment.