Files
linkding/bookmarks/templates/shared/dev_tool.html
2026-01-11 22:40:06 +01:00

10 lines
353 B
HTML

{% load shared %}
{% if debug and request.user.is_authenticated %}
{{ request.user.profile|model_to_dict|json_script:"json_profile" }}
<ld-dev-tool id="dev-tool"
data-csrf-token="{{ csrf_token }}"
data-form-action="{% url 'linkding:settings.update' %}"
data-turbo-permanent>
</ld-dev-tool>
{% endif %}