This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a commit to branch gc/8429
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8429 by this push:
new c993d5db7 fixup! [#8429] adding noindex,follow header to auth redirects
c993d5db7 is described below
commit c993d5db7f64f86e8d3c28ca08810dd1622cd1ae
Author: Guillermo Cruz <[email protected]>
AuthorDate: Wed May 11 13:46:56 2022 -0600
fixup! [#8429] adding noindex,follow header to auth redirects
---
.../forgediscussion/templates/discussionforums/create_topic.html | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/ForgeDiscussion/forgediscussion/templates/discussionforums/create_topic.html
b/ForgeDiscussion/forgediscussion/templates/discussionforums/create_topic.html
index 487553caa..85869dd00 100644
---
a/ForgeDiscussion/forgediscussion/templates/discussionforums/create_topic.html
+++
b/ForgeDiscussion/forgediscussion/templates/discussionforums/create_topic.html
@@ -19,6 +19,9 @@
{% extends g.theme.master %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} /
Create Topic{% endblock %}
+{% block head %}
+ <meta name="robots" content="noindex,follow">
+{% endblock %}
{% block header %}Create Topic{% endblock %}