From 6e4e50c01a4c88585de02f4c34c096319b027740 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 22 Feb 2018 11:46:52 +0300 Subject: [PATCH] LIL-270. Fix payment history template --- apps/user/templates/user/payment-history.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/user/templates/user/payment-history.html b/apps/user/templates/user/payment-history.html index 11a76aed..f1daeb23 100644 --- a/apps/user/templates/user/payment-history.html +++ b/apps/user/templates/user/payment-history.html @@ -66,6 +66,7 @@
Получено
{% endfor %} + {% else %} {% for payment in request.user.payments.all %}
{{payment.course.title}}
@@ -73,7 +74,7 @@
Получено
{% endfor %} - {% else %} + {% endif %}