Fix URL generation when not at domain root
This commit is contained in:
committed by
Thomas Sileo
parent
242bf7b515
commit
1c076049cf
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
{%- macro header_link(url, text) -%}
|
||||
{% set url_for = request.app.router.url_path_for(url) %}
|
||||
{% set url_for = BASE_URL + request.app.router.url_path_for(url) %}
|
||||
<a href="{{ url_for }}" {% if request.url.path == url_for %}class="active"{% endif %}>{{ text }}</a>
|
||||
{% endmacro %}
|
||||
|
||||
|
Reference in New Issue
Block a user