1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2019-06-03 10:45:46 -04:00
parent ac77465228
commit 1ec381b34c

View file

@ -24,7 +24,7 @@ Activate service | {{ config['PUBLIC_CONFIG'].site.title }}
<input class="form-control" id="license" name="license" <input class="form-control" id="license" name="license"
placeholder="{% trans %}Activate service.{% endtrans %}" required type="text" value=""> placeholder="{% trans %}Activate service.{% endtrans %}" required type="text" value="">
</div> </div>
{{ form_field(form.submit, class="btn") }} {{ form_field(form.submit, class="btn btn-success") }}
</form> </form>
</div> </div>
<div class="row"> <div class="row">
@ -39,4 +39,4 @@ Activate service | {{ config['PUBLIC_CONFIG'].site.title }}
{% block scripts %} {% block scripts %}
{{ super() }} {{ super() }}
{%- endblock %} {%- endblock %}