1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/templates/setcss.html
2018-06-05 12:31:11 +02:00

15 lines
No EOL
359 B
HTML

{% extends 'base.html' %}
{% block pagetitle %}
CSS
{% endblock %}
{% block body %}
<h1>
CSS
</h1>
<form action="{{ url_for('page_setcss') }}" method="POST">
<textarea name="css" placeholder="Incolla il CSS per il tuo profilo qui...">{{ css }}</textarea>
<input type="submit" value="Invia">
</form>
{% endblock %}