mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
added autoescape off tags
This commit is contained in:
parent
544b4b9948
commit
65c8570df4
|
@ -20,7 +20,7 @@
|
|||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 request">
|
||||
{% form_for_link link %}
|
||||
{% autoescape off %}{% form_for_link link %}{% endautoescape %}
|
||||
</div>
|
||||
|
||||
<hr class="hidden-lg hidden-xl" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user