diff options
author | luxagraf <sng@luxagraf.net> | 2024-07-23 09:43:50 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-07-23 09:43:50 -0500 |
commit | 9b2f5bb2de9e77b90207b001aaafaf9a148a6272 (patch) | |
tree | 6a230094dbe88a511543f13092fb341a66b519c8 /app/gtd/templates | |
parent | 32406626b91809fa5a7e7ad4a7633667fba2a84a (diff) |
gtd: added pub_date updater
Diffstat (limited to 'app/gtd/templates')
-rw-r--r-- | app/gtd/templates/gtd/wiredpost_table.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gtd/templates/gtd/wiredpost_table.html b/app/gtd/templates/gtd/wiredpost_table.html index ee56aa1..d6458bd 100644 --- a/app/gtd/templates/gtd/wiredpost_table.html +++ b/app/gtd/templates/gtd/wiredpost_table.html @@ -6,6 +6,7 @@ <main class="content"> <div class="results"> <div style="font-size:11px; text-align: right;"><a href="{% url 'gtd:wiredpost-update-overdue' %}">update overdue</a></div> + <div style="font-size:11px; text-align: right;"><a href="{% url 'gtd:wiredpost-update-pubdate' %}">update pubdate</a></div> <table class="sortable" id="result_list"> <thead> <tr> |