From 66f381a4341dd7c67bfd45246e995c5ca4b08d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Mon, 20 Apr 2026 13:33:03 +0300 Subject: [PATCH] remove warning about slug not being preserved in edit topic view --- app/templates/mod/edit_topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/mod/edit_topic.html b/app/templates/mod/edit_topic.html index 64a939a..0ba4f6d 100644 --- a/app/templates/mod/edit_topic.html +++ b/app/templates/mod/edit_topic.html @@ -2,7 +2,7 @@ {%- extends 'base.html' -%} {%- block title -%}editing topic {{topic.name}}{%- endblock -%} {%- block content -%} -{{subheader('Editing topic %s' % topic.name, 'To preserve history, the URL of the topic can not be changed.')}} +{{subheader('Editing topic %s' % topic.name)}}