diff --git a/app/templates/todo/user.html b/app/templates/todo/user.html index 96ecf3b2..fb98c669 100644 --- a/app/templates/todo/user.html +++ b/app/templates/todo/user.html @@ -6,7 +6,7 @@ {% block content %}
+ {{ _("Instead of marking packages as outdated, you can automatically create releases when New Commits or New Tags are pushed to Git by clicking 'Update Settings'.") }} +
+ {% endif %} + {% from "macros/todo.html" import render_outdated_packages %} {{ render_outdated_packages(outdated_packages) }}