Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/base/base_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<a class="nav-link" href="{% url 'join:index' %}"><span style="color: red">Join</span></a>
<a class="nav-link" href="/discord">Discord</a>
<a class="nav-link float-" href="{% url 'announcements:index' %}">Announcements</a>
{% comment %} <a class="nav-link" href="{% url 'projects:index' %}">Projects</a> {% endcomment %}
<a class="nav-link" href="{% url 'projects:index' %}">Projects</a>
{% comment %} <a class="nav-link" href="{% url 'idealab:index' %}">IdeaLab</a> {% endcomment %}
<a class="nav-link" href="/about">About</a>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ <h2>Join Us</h2>
<div class="row mb-3">
<h2>Learn More</h2>
<p>
To learn more, visit the <a href="/about/">About</a> page.
To learn more, visit the <a href="/about/">About</a> page. Or, check out our <a href="/projects">Projects</a> page to
view our active projects.
</p>
</div>

Expand Down