From db8d57f3dce5820fd79e23a251d91c3220464dc3 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 7 Feb 2019 20:28:12 -0500 Subject: [PATCH] Sort applications by name --- templates/portfolios/applications/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/portfolios/applications/index.html b/templates/portfolios/applications/index.html index 1aa49604..5babeb3a 100644 --- a/templates/portfolios/applications/index.html +++ b/templates/portfolios/applications/index.html @@ -33,7 +33,7 @@ {% else %}
- {% for application in portfolio.applications %} + {% for application in portfolio.applications|sort(attribute='name') %}