Files
linkding/bookmarks/templates/bookmarks/close.html
2022-09-04 09:03:14 +02:00

10 lines
187 B
HTML

{% extends "bookmarks/layout.html" %}
{% block content %}
<script type="application/javascript">
window.close()
</script>
<p>You can now close this window.</p>
{% endblock %}