mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
Merge 5bc180f75c
into 99382f3ccb
This commit is contained in:
commit
a6ffaeceb8
|
@ -4,7 +4,7 @@
|
|||
<div class="col-md-6 intro-title">
|
||||
<h1>{{ document.title }}</h1>
|
||||
{% if document.description %}
|
||||
<p>{% render_markdown document.description %}</p>
|
||||
<p>{% autoescape off %}{% render_markdown document.description %}{% endautoescape %}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-md-6 intro-code">
|
||||
|
|
|
@ -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