Drafts system implemented

This commit is contained in:
JakeBreath
2026-08-05 17:16:09 -05:00
parent 203ff88af1
commit 49c4ff681f
13 changed files with 419 additions and 75 deletions
+2 -2
View File
@@ -49,8 +49,8 @@
<i class="fas fa-bullhorn"></i><span class="nav-text"> Announcements</span>
</a>
{% if user.is_authenticated %}
<a href="{% url 'library:project_create' %}">
<i class="fas fa-upload"></i><span class="nav-text"> Upload</span>
<a href="{% url 'library:my_projects' %}">
<i class="fas fa-folder-open"></i><span class="nav-text"> My Projects</span>
</a>
{% endif %}
{% endif %}