From db74c89e6f0506f8536fa031421f8415c770851b Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 26 Jul 2019 12:27:32 +0200 Subject: [PATCH] UI Libraries Template: Wrong link to characters project. Thanks @kednar for the report! --- src/templates/libraries.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/libraries.pug b/src/templates/libraries.pug index 1aa0111..deb2b5d 100644 --- a/src/templates/libraries.pug +++ b/src/templates/libraries.pug @@ -121,8 +121,8 @@ include mixins/components a.d-block.py-1.text-primary(href=url) span=title li - a.d-block.py-1.text-primary(href="{{ url_for('projects.view', project_url='gallery') }}") - | Visit the Gallery + a.d-block.py-1.text-primary(href="{{ url_for('projects.view', project_url='characters') }}") + | See all Characters i.pi-angle-right | {% endblock body %}