diff options
Diffstat (limited to 'app/gtd/templates/gtd/post_table.html')
-rw-r--r-- | app/gtd/templates/gtd/post_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gtd/templates/gtd/post_table.html b/app/gtd/templates/gtd/post_table.html index f6803fe..c9eb717 100644 --- a/app/gtd/templates/gtd/post_table.html +++ b/app/gtd/templates/gtd/post_table.html @@ -81,7 +81,7 @@ Date last pub <span class="hide">0</span><img src="/static/admin/img/icon-no.svg" alt="False">{%endif%} </td> <td class="field-days_overdue">{{object.days_overdue}}</td> - <td class="field-days_overdue"><a href="{% url 'notes:edit' object.pk %}">edit</a></td></tr> + <td class="field-days_overdue"><a href="{% url 'gtd:wirednote-edit' object.pk %}">edit</a></td></tr> </tr>{% endfor %}{% endif %} </tbody> </table> |