mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
add missing template update for "allow adding other langs"
This commit is contained in:
parent
5194e81493
commit
8456d042e4
|
@ -93,9 +93,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6 code-samples">
|
<div class="col-md-6 code-samples">
|
||||||
{% if 'shell' in langs %}{% include "rest_framework/docs/langs/shell.html" %}{% endif %}
|
{% for html in lang_htmls %}
|
||||||
{% if 'python' in langs %}{% include "rest_framework/docs/langs/python.html" %}{% endif %}
|
{% include html %}
|
||||||
{% if 'javascript' in langs %}{% include "rest_framework/docs/langs/javascript.html" %}{% endif %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user