mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +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>
|
||||
{% if "administrate_guild" in request.url %}
|
||||
<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 %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user