Prepare setup for multi-ver deployment on docs server
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<p>
|
||||
Version
|
||||
<select onchange="window.location.href=this.value;" class="btn btn-primary dropdown-toggle">
|
||||
{% for available in versions %}
|
||||
<option value="{{ url_for('{}.wizard'.format(available)) }}" {% if available == version %}selected{% endif %}>{{ available }}</option>
|
||||
{% for module in versions %}
|
||||
<option value="/{{ module }}" {% if module == version %}selected{% endif %}>{{ module }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user