File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
warehouse/admin/templates/admin/organization_applications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ <h4 class="modal-title" id="declineModalLabel">
336336 </ div >
337337 </ div >
338338
339- {% set information_requests = organization_application.information_requests|reverse %}
339+ {% set information_requests = organization_application.information_requests %}
340340 {% set outstanding_information_requests = organization_application.information_requests|selectattr("additional", "defined")|map(attribute="additional")|selectattr("response", "undefined")|list %}
341341 < div class ="col-md-7 col-lg-6 ">
342342 < div class ="card ">
@@ -489,7 +489,7 @@ <h4 class="card-title">User Projects</h4>
489489 < h3 class ="card-title "> Information Requests</ h3 >
490490 </ div >
491491 < div class ="card-body ">
492- {% for information_request in information_requests %}
492+ {% for information_request in information_requests|reverse %}
493493 < div class ="card {% if information_request.additional.response %}card-neutral{% else %}card-warning{% endif %} direct-chat direct-chat-primary "</ div >
494494 < div class ="card-body ">
495495 < div class ="direct-chat-messages unset-height ">
You can’t perform that action at this time.
0 commit comments