Skip to content

Commit 0b9b520

Browse files
Fix typo in data-target for repolist updates
1 parent 1b3373e commit 0b9b520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/templates/projects/project_import_bitbucket.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% if bitbucket_connected %}
1111
<p class="empty sync-repositories">
1212
{% url 'api_sync_bitbucket_repositories' as sync_url %}
13-
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".respository-list"'|safe %}Showing your BitBucket projects. <button {{ button_attrs }}>Sync your BitBucket projects</button> to update them.{% endblocktrans %}
13+
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".repository-list"'|safe %}Showing your BitBucket projects. <button {{ button_attrs }}>Sync your BitBucket projects</button> to update them.{% endblocktrans %}
1414
</p>
1515
<p class="empty sync-repositories-progress hide">
1616
{% blocktrans %}Syncing ...{% endblocktrans %}

readthedocs/templates/projects/project_import_github.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% if github_connected %}
1111
<p class="empty sync-repositories">
1212
{% url 'api_sync_github_repositories' as sync_url %}
13-
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".respository-list"'|safe %}Showing your GitHub projects. <button {{ button_attrs }}>Sync your GitHub projects</button> to update them.{% endblocktrans %}
13+
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".repository-list"'|safe %}Showing your GitHub projects. <button {{ button_attrs }}>Sync your GitHub projects</button> to update them.{% endblocktrans %}
1414
</p>
1515
<p class="empty sync-repositories-progress hide">
1616
{% blocktrans %}Syncing ...{% endblocktrans %}

0 commit comments

Comments
 (0)