diff --git a/templates/account/user_settings.html b/templates/account/user_settings.html index 7b72fdfe..eec9dfc4 100644 --- a/templates/account/user_settings.html +++ b/templates/account/user_settings.html @@ -42,7 +42,7 @@
- +
diff --git a/templates/groups/group_form.html b/templates/groups/group_form.html index 0193f321..2f6639c8 100644 --- a/templates/groups/group_form.html +++ b/templates/groups/group_form.html @@ -6,7 +6,7 @@ {% block content %} -
+
@@ -32,9 +32,9 @@
{{ error }}
{% endfor %} diff --git a/templates/plans/billing_info_create_or_update.html b/templates/plans/billing_info_create_or_update.html index 2e7e673d..5dc24465 100644 --- a/templates/plans/billing_info_create_or_update.html +++ b/templates/plans/billing_info_create_or_update.html @@ -11,9 +11,9 @@ {% csrf_token %} {{ form|crispy }} {% if object %} - {{ _("Delete") }} + {{ _("Delete") }} {% endif %} - diff --git a/templates/sales/sales_list.html b/templates/sales/sales_list.html index ffc70a8c..960735ab 100644 --- a/templates/sales/sales_list.html +++ b/templates/sales/sales_list.html @@ -214,7 +214,15 @@
+
{{ page_obj.start_index }} {{ _("to") }} {{ page_obj.end_index }} {{ _("Items of")}} {{ page_obj.paginator.count }} +
+ {% if is_paginated %} + {% include 'partials/pagination.html' %} + {% endif %} + +
+
diff --git a/templates/users/user_form.html b/templates/users/user_form.html index b01d5e8e..84880a6f 100644 --- a/templates/users/user_form.html +++ b/templates/users/user_form.html @@ -38,9 +38,9 @@
{{ error }}
{% endfor %} diff --git a/templates/users/user_list.html b/templates/users/user_list.html index f673699f..06360a55 100644 --- a/templates/users/user_list.html +++ b/templates/users/user_list.html @@ -42,9 +42,7 @@
{{ user.arabic_name }} -
-

{{ user.name }}

-
+
{{ user.email }}