From 3a1fd0783551e853b64e9145c339fb411a2d9527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Mon, 11 Sep 2017 22:42:13 +0200 Subject: [PATCH] add ID to protein ModelFormSet Former-commit-id: a70e26e9f9a48f338a476d829cc938f3f61df264 --- ippisite/ippidb/templates/ProteinForm.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ippisite/ippidb/templates/ProteinForm.html b/ippisite/ippidb/templates/ProteinForm.html index fab383c8..20d7c0d5 100644 --- a/ippisite/ippidb/templates/ProteinForm.html +++ b/ippisite/ippidb/templates/ProteinForm.html @@ -27,6 +27,7 @@ {{ formset.management_form }} {% for form in wizard.form.forms %} <div class="inline_prot"> + {{form.id}} <div class="inline_label">Protein :</div> <div class="inline_field"> {{ form.uniprot_id }}</div> <div class="inline_field">{{ form.gene_name }}</div> @@ -47,4 +48,4 @@ <input type="submit" value="{% trans "Next step" %}"/> </form> </div> -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab