From 6dd994935deb5cf988642d37348f6803a68683d4 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 10 Dec 2024 10:56:44 +0100 Subject: Fix small bugs --- src/application/templates/bootstrap-3/register.twig | 4 ++-- src/application/templates/bootstrap-3/view_topic.twig | 1 + src/application/templates/modern/register.twig | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/application/templates') diff --git a/src/application/templates/bootstrap-3/register.twig b/src/application/templates/bootstrap-3/register.twig index 1e4cd92..96d6b58 100644 --- a/src/application/templates/bootstrap-3/register.twig +++ b/src/application/templates/bootstrap-3/register.twig @@ -25,8 +25,8 @@
- - + +
diff --git a/src/application/templates/bootstrap-3/view_topic.twig b/src/application/templates/bootstrap-3/view_topic.twig index 0344fe4..383dd41 100644 --- a/src/application/templates/bootstrap-3/view_topic.twig +++ b/src/application/templates/bootstrap-3/view_topic.twig @@ -286,6 +286,7 @@ $(function() { post: item.post, postAuthor: item.postAuthor, topic: item.topic, + topicAuthor: item.topicAuthor, attachments: item.attachments, hide_actions: false, hide_pfp: false, diff --git a/src/application/templates/modern/register.twig b/src/application/templates/modern/register.twig index 8e7dfe5..9541770 100644 --- a/src/application/templates/modern/register.twig +++ b/src/application/templates/modern/register.twig @@ -23,8 +23,8 @@
- - + +
-- cgit v1.2.3