Skip to content

Commit

Permalink
Added missing super() call
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 20, 2023
1 parent 7a75299 commit 5bb5903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scholia/app/templates/dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

{% block page_actions %}
<a href="/dataset/{{ q }}/export" role="button" class="btn btn-outline-secondary">Cite</a>
{{ super() }}
{% endblock %}

{% block page_content %}
Expand Down

0 comments on commit 5bb5903

Please sign in to comment.