From be94685fb924b23612f41b5e7d1026eaa3fd3be5 Mon Sep 17 00:00:00 2001 From: Silent-Spy <vishwaakannan365@gmail.com> Date: Thu, 12 Oct 2023 10:01:11 -0400 Subject: [PATCH] clean up --- wiki/menu.html | 2 +- wiki/pages/attributions.html | 2 +- wiki/pages/{team.html => members.html} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename wiki/pages/{team.html => members.html} (100%) diff --git a/wiki/menu.html b/wiki/menu.html index 3d554b1..45b439d 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -23,7 +23,7 @@ Team </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> - <li><a class="dropdown-item" href="{{ url_for('pages', page='team') }}">Team</a></li> + <li><a class="dropdown-item" href="{{ url_for('pages', page='members') }}">Members</a></li> <li><a class="dropdown-item" href="{{ url_for('pages', page='attributions') }}">Attributions</a></li> </ul> </li> diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html index fbab959..f718ba7 100644 --- a/wiki/pages/attributions.html +++ b/wiki/pages/attributions.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block title %}Attributions{% endblock %} -{% block lead %}This page must show the attribution form of your project. This includes the work done by each of the student members on your team and any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster. This requirement is not about literature references - these can and should be displayed throughout your wiki.{% endblock %} +{% block lead %}Information of who did what{% endblock %} {% block page_content %} diff --git a/wiki/pages/team.html b/wiki/pages/members.html similarity index 100% rename from wiki/pages/team.html rename to wiki/pages/members.html -- GitLab