Drafts system implemented
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user