mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Add placeholder example to query param form
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user