mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-07-05 03:43:14 -07:00
fix edit_feed redirect, add edit_feed link to feed view
This commit is contained in:
@ -17,6 +17,13 @@
|
||||
<div class="col-0 col-sm-3">
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 px-0 mx-0">
|
||||
{% if user.is_authenticated %}
|
||||
{% if view == 'feed' %}
|
||||
<div class="text-center mb-3">
|
||||
<a href="{% url 'audio:edit_feed' pk=feed_pk title_slug=feed_slug %}">Edit Feed?</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% for j in episodes %}
|
||||
<div class="card mx-1 mb-3">
|
||||
<h3 class="text-center mt-2">
|
||||
|
Reference in New Issue
Block a user