You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expires in {{allocation.expires_in}} day{{allocation.expires_in|pluralize}} - Not renewable
109
109
</span>
110
-
{% elif is_allowed_to_update_project and ALLOCATION_ENABLE_ALLOCATION_RENEWAL and allocation.status.name == 'Active' and allocation.expires_in <= 60 and allocation.expires_in >= 0 %}
110
+
{% elif is_allowed_to_update_project and settings.ALLOCATION_ENABLE_ALLOCATION_RENEWAL and allocation.status.name == 'Active' and allocation.expires_in <= 60 and allocation.expires_in >= 0 %}
Expires in {{allocation.expires_in}} day{{allocation.expires_in|pluralize}} <br> Not renewable
227
227
</span>
228
-
{% elif is_allowed_to_update_project and ALLOCATION_ENABLE_ALLOCATION_RENEWAL and allocation.status.name == 'Active' and allocation.expires_in <= 60 and allocation.expires_in >= 0 %}
228
+
{% elif is_allowed_to_update_project and settings.ALLOCATION_ENABLE_ALLOCATION_RENEWAL and allocation.status.name == 'Active' and allocation.expires_in <= 60 and allocation.expires_in >= 0 %}
Copy file name to clipboardExpand all lines: coldfront/core/project/templates/project/project_list.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ <h2>Projects</h2>
71
71
<ahref="?order_by=status&direction=asc&{{filter_parameters}}"><iclass="fas fa-sort-up" aria-hidden="true"></i><spanclass="sr-only">Sort Status asc</span></a>
72
72
<ahref="?order_by=status&direction=des&{{filter_parameters}}"><iclass="fas fa-sort-down" aria-hidden="true"></i><spanclass="sr-only">Sort Status desc</span></a>
0 commit comments