Having hyphens in the organization name breaks the flask mapping for the template view function:
@recombinant.route('/recombinant-template/<dataset_type>_<lang>_<owner_org>.xlsx', methods=['GET', 'POST'])
I suppose hyphens in the lang and the dataset_type would also cause issues here too, in theory.
Having hyphens in the organization name breaks the flask mapping for the template view function:
I suppose hyphens in the
langand thedataset_typewould also cause issues here too, in theory.