From 1b436e4505cd91d801be956ec398d1ffa149a8b7 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 13 Oct 2015 23:01:53 +0300 Subject: Use lazy translation in forms --- servo/templates/checkin/newindex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/templates/checkin') diff --git a/servo/templates/checkin/newindex.html b/servo/templates/checkin/newindex.html index 7c04fb8..0188583 100644 --- a/servo/templates/checkin/newindex.html +++ b/servo/templates/checkin/newindex.html @@ -123,7 +123,7 @@ {% bootstrap_field customer_form.checkin_location %} - {% bootstrap_field customer_form.checkout_location %} + {% bootstrap_field customer_form.checkout_location %}
-- cgit v1.2.3