mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-27 22:43:15 +08:00
10 lines
353 B
HTML
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 %}
|