We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6528861 commit bf97470Copy full SHA for bf97470
readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html
@@ -224,7 +224,7 @@ <h3 class="ui small header">{% trans "Migrate all projects" %}</h3>
224
{% endblocktrans %}
225
</p>
226
227
- {% if migration_targets and not step_revoke_completed %}
+ {% if has_projects_pending_migration and not step_revoke_completed %}
228
<div class="ui small warning message">
229
<i class="fad fa-warning icon"></i>
230
{% blocktrans trimmed with migrate_step="?step=migrate" manual_migration_docs="#" %}
0 commit comments