Skip to content

Commit 10f1f31

Browse files
fix: bug in view dataset (#123)
1 parent d41c0a9 commit 10f1f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/modules/dataset/templates/dataset/view_dataset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<strong>Local dataset</strong> — This dataset has not been synchronized with Zenodo yet.
4949
It is only stored locally and is not publicly visible.
5050
{% 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.
51+
<a href="{{ url_for('dataset.list_dataset') }}" class="alert-link ms-1">Go to My datasets</a> to publish it.
5252
{% endif %}
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)