Change backgroung image

This commit is contained in:
Vivek Teega 2018-12-24 17:45:52 +05:30
parent 8559417f24
commit b0fcb8266d
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

@ -2,7 +2,7 @@
{% block content %}
<div class="wrapper">
<div class="page-header page-header-xs" data-parallax="true"
style="background-image: url('../static/img/fabio-mangione.jpg');">
style="background-image: url('../static/img/abstract-art-astronomy.jpg');">
<div class="filter"></div>
<div class="content-center">
<div class="container">
@ -26,7 +26,7 @@
<div class="form-group">
<!--<input type="text" class="form-control" placeholder="Enter FLO address">-->
{{ form.hidden_tag() }}
{{ form.address(class="form-control", placeholder="Enter FLO address", length=100) }}
{{ form.address(class="form-control", placeholder="Enter FLO address", length=34) }}
{% for error in form.address.errors %}
<span style="color: red;">[{{ error }}]</span>
{% endfor %}

View File

@ -2,7 +2,7 @@
{% block content %}
<div class="wrapper">
<div class="page-header page-header-xs" data-parallax="true"
style="background-image: url('../static/img/fabio-mangione.jpg');">
style="background-image: url('../static/img/abstract-art-astronomy.jpg');">
<div class="filter"></div>
<div class="content-center">
<div class="container">