{% extends "base.html" %} {% set active_page = "setting" %} {% block content %}
{{ form.hidden_tag() }}
Server IP(IP V4) {{ form.ip(size=31, class="form-control") }}
 
{% if succeed %} {% endif %}
{% endblock %}