Update url_for statements for project redirects

Now we always point to the full project urls.
This commit is contained in:
2017-06-01 17:40:16 +02:00
parent 8c38861c2f
commit 96ffee49cf
3 changed files with 13 additions and 13 deletions

View File

@@ -50,20 +50,20 @@
.row
.col-md-4
a(href="{{ url_for('main.redir_textures') }}")
a(href="{{ url_for('projects.view', project_url='textures') }}")
h3 Textures
p.
More than 1500 texture maps to browse online or within Blender via our awesome add-on.
Create your own Texture libraries!
.col-md-4
a(href="{{ url_for('main.redir_hdri') }}")
a(href="{{ url_for('projects.view', project_url='hdri') }}")
h3 HDRI
p.
Up to 8K and 18 EVs (extremely high) HDR images to light your renders.
.col-md-4
a(href="{{ url_for('main.redir_characters') }}")
a(href="{{ url_for('projects.view', project_url='characters') }}")
h3 Characters
p.
Production quality, fully rigged and shaded characters ready to animate.