add missing template update for "allow adding other langs"

This commit is contained in:
Georg Baumann 2017-07-10 19:17:58 +02:00
parent 5194e81493
commit 8456d042e4

View File

@ -93,9 +93,9 @@
</div>
<div class="col-md-6 code-samples">
{% if 'shell' in langs %}{% include "rest_framework/docs/langs/shell.html" %}{% endif %}
{% if 'python' in langs %}{% include "rest_framework/docs/langs/python.html" %}{% endif %}
{% if 'javascript' in langs %}{% include "rest_framework/docs/langs/javascript.html" %}{% endif %}
{% for html in lang_htmls %}
{% include html %}
{% endfor %}
</div>
</div>