File tree 1 file changed +3
-3
lines changed
clients/templates/clients
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ <h1 class="mt-4 mb-4">{{ request.user.username }}'s clients:</h1>
29
29
< ul class ="nav nav-tabs ">
30
30
{% if not user.is_agent %}
31
31
< li class ="nav-item ">
32
- < a class ="nav-link {% if type_client == 'unassigned' %} active {% endif %} " aria-current ="page " href ="?type=unassigned "> Unassigned</ a >
32
+ < a class ="nav-link {% if client_type == 'unassigned' %} active {% endif %} " aria-current ="page " href ="?type=unassigned "> Unassigned</ a >
33
33
</ li >
34
34
{% endif %}
35
35
< li class ="nav-item ">
36
- < a class ="nav-link {% if type_client == 'assigned' %} active {% endif %} " href ="?type=assigned "> Assigned</ a >
36
+ < a class ="nav-link {% if client_type == 'assigned' %} active {% endif %} " href ="?type=assigned "> Assigned</ a >
37
37
</ li >
38
38
< li class ="nav-item ">
39
- < a class ="nav-link {% if type_client == 'converted' %} active {% endif %} " href ="?type=converted "> Converted</ a >
39
+ < a class ="nav-link {% if client_type == 'converted' %} active {% endif %} " href ="?type=converted "> Converted</ a >
40
40
</ li >
41
41
</ ul >
42
42
You can’t perform that action at this time.
0 commit comments