Skip to content
Snippets Groups Projects
Commit be94685f authored by Vishwaa Kannan's avatar Vishwaa Kannan
Browse files

clean up

parent e46ee62d
No related branches found
No related tags found
No related merge requests found
Pipeline #352121 failed
......@@ -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>
......
{% 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 %}
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment