From 6e80af5b9de6c9c1692f6efd0021d52c65e8912d Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 12:27:57 +0000 Subject: [PATCH] Update 2 files - /wiki/pages/human-practices.html - /wiki/menu.html --- wiki/menu.html | 2 +- wiki/pages/human-practices.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/menu.html b/wiki/menu.html index 43c72119..920044d9 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -190,7 +190,7 @@ <li onmouseover="over(this)" onmouseleave="leave(this)"> <a href="#" style="cursor:default;">Human Practices</a> <ul class="son"> - <li><a href="{{ url_for('pages', page='human-practices') }}">Details</a></li> + <li><a href="{{ url_for('pages', page='human-practices') }}">Communication</a></li> <li><a href="{{ url_for('pages', page='education') }}">Education</a></li> <li><a href="{{ url_for('pages', page='inclusivity') }}">Inclusivity</a></li> </ul> diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html index 6c402f51..e4626555 100644 --- a/wiki/pages/human-practices.html +++ b/wiki/pages/human-practices.html @@ -69,7 +69,7 @@ <body> {% extends "layout.html" %} - {% block title %}Human Practices Details{% endblock %} + {% block title %}Communication{% endblock %} {% block page_content %} -- GitLab