Update comment URLs to use the media slug.
This commit is contained in:
parent
bcc9ee3205
commit
5b5b67cd5c
@ -86,7 +86,7 @@
|
|||||||
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.view_comment',
|
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.view_comment',
|
||||||
comment = comment._id,
|
comment = comment._id,
|
||||||
user = media.get_uploader().username,
|
user = media.get_uploader().username,
|
||||||
media = media._id) }}#comment">
|
media = media.slug) }}#comment">
|
||||||
{{ comment.created.strftime("%I:%M%p %Y-%m-%d") }}
|
{{ comment.created.strftime("%I:%M%p %Y-%m-%d") }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user