Create clickable links on feature details pages
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 30 Aug 2020 20:36:52 +0000 (16:36 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 30 Aug 2020 20:36:52 +0000 (16:36 -0400)
commit40d6891cbdc152e0ba98add8be0ec1de2a18b17f
tree10160f20115e7352f45213eeb1de95ada5f3b10d
parent0a101dc3a43b6856dba1bb3bd55a9b7d67665fbd
Create clickable links on feature details pages

There are many feature matrix details pages that would have
just a plain URL that was not clickable, either due to someone
accessing a feature matrix details page directly, or due to an
old details pages with a description being converted to just a
link.

This ensures that such pages can have a clickable link to attempt
to create a better user experience. Doing so from the Django
template filters is a bit roundabout, but it does get the desired
effect.
templates/featurematrix/featuredetail.html