There was an error while loading. Please reload this page.
1 parent d41c0a9 commit 10f1f31Copy full SHA for 10f1f31
1 file changed
app/modules/dataset/templates/dataset/view_dataset.html
@@ -48,7 +48,7 @@
48
<strong>Local dataset</strong> — This dataset has not been synchronized with Zenodo yet.
49
It is only stored locally and is not publicly visible.
50
{% if current_user.is_authenticated and dataset.user_id == current_user.id %}
51
- <a href="{{ url_for('dataset.list_datasets') }}" class="alert-link ms-1">Go to My datasets</a> to publish it.
+ <a href="{{ url_for('dataset.list_dataset') }}" class="alert-link ms-1">Go to My datasets</a> to publish it.
52
{% endif %}
53
</div>
54
0 commit comments