Drafts system implemented

This commit is contained in:
2026-08-05 17:16:09 -05:00
parent 203ff88af1
commit 49c4ff681f
13 changed files with 419 additions and 75 deletions
@@ -5,6 +5,9 @@
{% block content %}
<h1><i class="fas fa-plus-circle"></i> New Project</h1>
<p class="bio-help">
<a href="{% url 'library:my_projects' %}"><i class="fas fa-arrow-left"></i> Back to My Projects</a>
</p>
<form method="post" class="card project-form create-form" id="project-form">
{% csrf_token %}
@@ -111,6 +114,7 @@
{% endblock %}
{% block extra_js %}
{{ draft_uuid|json_script:'packs-draft-uuid' }}
{{ draft_uploads|json_script:'packs-draft-uploads' }}
{{ tag_categories|json_script:'packs-tag-categories' }}
<script src="{% static 'js/tags.js' %}"></script>