From: Diane Trout Date: Sat, 2 Apr 2011 01:18:37 +0000 (-0700) Subject: Fix a typo inserted into the template. X-Git-Tag: 0.5.2~48 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=a055ead37bdc89796b6b9b515ebea5665cd8470d 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. --- 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 %}