Open JVickery-TBS opened 1 year ago
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.
lang
dataset_type
Having hyphens in the organization name breaks the flask mapping for the template view function:
I suppose hyphens in the
lang
and thedataset_type
would also cause issues here too, in theory.