1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

update placeholder

This commit is contained in:
Murod Khaydarov 2019-01-25 06:18:55 +03:00
parent a8b8ed0032
commit 184cc99dc3
No known key found for this signature in database
GPG key ID: C480BA53A8D274C5

View file

@ -53,7 +53,7 @@
{% endif %}
</div>
{% if page is not empty %}
<p><input type="text" class="uri-input" name="uri-input" placeholder="Uri(Optional)" value="{{ page.uri }}"></p>
<p><input type="text" class="uri-input" name="uri-input" placeholder="URI(Optional)" value="{{ page.uri }}"></p>
{% endif %}
</section>
{% endblock %}