//whoops that isn't right
This commit is contained in:
parent
bf70461e5c
commit
4743aa7a77
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@
|
|||
</div>
|
||||
|
||||
<div class="forum__post__content">
|
||||
{% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : post.post_id) %}
|
||||
{% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : 'p%d'|format(post.post_id)) %}
|
||||
|
||||
<div class="forum__post__details">
|
||||
<a class="forum__post__datetime" href="{{ post_link }}">
|
||||
|
|
Loading…
Reference in a new issue