delete back-to-topic button

This commit is contained in:
2022-07-30 18:14:03 +00:00
parent b8e324405f
commit 8fe31a5072

View File

@@ -40,10 +40,6 @@
</div>
</section>
{% if topic %}
<a href="{% url 'intern:topic' topic.slug %}" class="btn btn-primary block place-self-end"><i class="fa-solid fa-pen-to-square mr-2"></i>Zu {{ topic.title }}</a>
{% endif %}
<a href="{% url 'tasks:task-update' task.slug %}" class="btn btn-primary block place-self-end"><i class="fa-solid fa-pen-to-square mr-2"></i>Task bearbeiten</a>
</div>
</main>