mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Add placeholder example to query param form
This commit is contained in:
parent
1da5c3ddca
commit
e5282af143
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user