diff --git a/files/routes/comments.py b/files/routes/comments.py index 637272d5c6..e39a89b3ee 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -484,7 +484,7 @@ def api_comment(v): 'body': c.body, }, 'data': { - 'url': f'https://{site}/notifications', + 'url': f'https://{site}/comment/{c.id}?context=9&read=true#context', } } }, diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index 67c5e39b07..7213c8265d 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -73,5 +73,4 @@ {% endif %} - {% endblock %} \ No newline at end of file diff --git a/files/templates/home.html b/files/templates/home.html index d7e141aa42..30649b6cbd 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -167,7 +167,7 @@ {% if v %}
{{request.host}}{{v.id}}
{{PUSHER_ID}}
- +