emile 1 year ago
parent ab9905d1ab
commit 6add6729ec

@ -8,7 +8,7 @@
Create Epic For {{project.name}}
</h1>
<form class="mx-auto w-full flex flex-col gap-5 justify-center items-center mt-5" method="POST"
action="{% url 'addepic' %}">
action="{% url 'addepic' project.project_id %}">
{% csrf_token %}
<div class="w-full">
<label class="text-gray-500">Epic Name:</label>

Loading…
Cancel
Save