Add placeholder example to query param form

This commit is contained in:
Jeremy Zhang 2018-03-11 19:18:17 +00:00
parent 1da5c3ddca
commit e5282af143

View File

@ -28,7 +28,7 @@
<em>Eg: {{ param.name }}={{ param.example }}</em> <em>Eg: {{ param.name }}={{ param.example }}</em>
{% if "administrate_guild" in request.url %} {% if "administrate_guild" in request.url %}
<br> <br>
<input class="queryparam" name="{{ param.name }}" type="text" style="background-color: #F9F8F6;"> <input class="queryparam" name="{{ param.name }}" type="text" style="background-color: #F9F8F6;" placeholder="{{ param.example }}">
{% endif %} {% endif %}
</li> </li>
{% endfor %} {% endfor %}