From b02f8950dec8c1e9a100a32ce3a9ea428032f80a Mon Sep 17 00:00:00 2001
From: Geert Kapteijns <ghkapteijns@gmail.com>
Date: Thu, 18 May 2017 18:28:10 +0200
Subject: [PATCH] fix bug with variable name in template

---
 commentaries/templates/commentaries/request_arxiv_preprint.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commentaries/templates/commentaries/request_arxiv_preprint.html b/commentaries/templates/commentaries/request_arxiv_preprint.html
index d6e82ffa8..44ef80f88 100644
--- a/commentaries/templates/commentaries/request_arxiv_preprint.html
+++ b/commentaries/templates/commentaries/request_arxiv_preprint.html
@@ -16,7 +16,7 @@
     <div class="col-12 col-md-8">
         <form action="{% url 'commentaries:prefill_using_arxiv_identifier' %}" method="post">
           {% csrf_token %}
-          {{ arxiv_query_form|bootstrap }}
+          {{ query_form|bootstrap }}
           <input class="btn btn-secondary" type="submit" value="Query arXiv"/>
         </form>
     </div>
-- 
GitLab