Skip to content

Commit

Permalink
refactor(core): reintegrate scroll button HTML
Browse files Browse the repository at this point in the history
Add remaining scroll button HTML back into base.html,
delete backtotopbtn.html partial template.
  • Loading branch information
koeaw authored and b1rger committed Nov 22, 2024
1 parent ae187bc commit 7b89774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion apis_core/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@
</div>
{% endblock modal %}

{% include "partials/backtotopbtn.html" %}
<button type="button"
class="btn btn-danger btn-floating btn-lg"
id="btn-back-to-top">
<span>&uarr;</span>
</button>
</body>
</html>
5 changes: 0 additions & 5 deletions apis_core/core/templates/partials/backtotopbtn.html

This file was deleted.

0 comments on commit 7b89774

Please sign in to comment.