From a055ead37bdc89796b6b9b515ebea5665cd8470d Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 1 Apr 2011 18:18:37 -0700 Subject: [PATCH] Fix a typo inserted into the template. Apparently a {% trans "value" %} needs to be on one line. This didn't show up until I'd provided the get_absolute_url reference for flowcells. --- .../templates/admin/experiments/flowcell/change_form.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htsworkflow/frontend/templates/admin/experiments/flowcell/change_form.html b/htsworkflow/frontend/templates/admin/experiments/flowcell/change_form.html index 2a44ee2..068fbfe 100644 --- a/htsworkflow/frontend/templates/admin/experiments/flowcell/change_form.html +++ b/htsworkflow/frontend/templates/admin/experiments/flowcell/change_form.html @@ -5,8 +5,7 @@ {% endif %}{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} -- 2.30.2