Fix/improve redirection in the UI
This commit is contained in:
parent
3048de04e8
commit
b1832bcec0
1 changed files with 1 additions and 9 deletions
|
@ -90,15 +90,7 @@
|
||||||
|
|
||||||
{% if session.logged_in %}
|
{% if session.logged_in %}
|
||||||
{% set perma_id = obj.id | permalink_id %}
|
{% set perma_id = obj.id | permalink_id %}
|
||||||
|
{% set redir = request.path + "?"+ request.query_string.decode() + "#activity-" + perma_id %}
|
||||||
{% if request.args.get('older_than') %}
|
|
||||||
{% set redir = request.path + "?older_than=" + request.args.get('older_than') + "#activity-" + perma_id %}
|
|
||||||
{% elif request.args.get('newer_than') %}
|
|
||||||
{% set redir = request.path + "?newer_than=" + request.args.get('newer_than') + "#activity-" + perma_id %}
|
|
||||||
{% else %}
|
|
||||||
{% set redir = request.path + "#activity-" + perma_id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% set aid = obj.id | quote_plus %}
|
{% set aid = obj.id | quote_plus %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue