Merge add and bulk add templates

This commit is contained in:
2025-01-31 15:45:28 +01:00
parent d4037cd953
commit ba8744befb
3 changed files with 23 additions and 79 deletions
+3 -2
View File
@@ -31,8 +31,9 @@ def bulk() -> str:
BrickConfigurationList.error_unless_is_set('REBRICKABLE_API_KEY')
return render_template(
'bulk.html',
'add.html',
path=current_app.config['SOCKET_PATH'],
namespace=current_app.config['SOCKET_NAMESPACE'],
messages=MESSAGES
messages=MESSAGES,
bulk=True
)