Change backgroung image
This commit is contained in:
parent
8559417f24
commit
b0fcb8266d
BIN
app/static/img/abstract-art-astronomy.jpg
Normal file
BIN
app/static/img/abstract-art-astronomy.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 MiB |
@ -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 %}
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user