{% extends 'base.html' %} {% load bootstrap3 %} {% block title %}Creating auto scale{% endblock %} {% block content %}
{% csrf_token %}
{% bootstrap_form config_form layout="horizontal" %}
Scale up {% bootstrap_form scale_up_form layout="horizontal" %}
Scale down {% bootstrap_form scale_down_form layout="horizontal" %}
{% buttons submit='OK' reset="Cancel" %}{% endbuttons %}
{% endblock %}