mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
14 lines
407 B
HTML
14 lines
407 B
HTML
{% include 'django/forms/widgets/input.html' %}
|
|
{% if related_url %}
|
|
<a href="{{ related_url }}"
|
|
class="related-lookup"
|
|
id="lookup_id_{{ widget.name }}"
|
|
title="{{ link_title }}"></a>
|
|
{% endif %}
|
|
{% if link_label %}
|
|
<strong>
|
|
{% if link_url %}<a href="{{ link_url }}">{% endif %}
|
|
{{ link_label }}
|
|
{% if link_url %}</a>{% endif %}
|
|
</strong>
|
|
{% endif %}
|