mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Update Flask-Security-Too #135
This commit is contained in:
parent
2a1b5897ef
commit
d00123859b
@ -62,7 +62,7 @@ def generate_sitemap(pinggoogle):
|
||||
|
||||
if response.status_code != 200:
|
||||
app.logger.error(
|
||||
f"Google Pink returned unexpected status code {response.status_code}."
|
||||
f"Google ping returned unexpected status code {response.status_code}."
|
||||
)
|
||||
|
||||
|
||||
|
||||
@ -63,7 +63,7 @@ $( function() {
|
||||
</div>
|
||||
<div class="card-body">
|
||||
{{ render_field_with_errors(form.name) }}
|
||||
{{ render_field_with_errors(form.description) }}
|
||||
{{ render_field_with_errors(form.description, style="min-height:10rem;") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ Flask-Migrate==2.5.3
|
||||
Flask-Principal==0.4.0
|
||||
Flask-QRcode==3.0.0
|
||||
Flask-RESTful==0.3.8
|
||||
Flask-Security-Too==3.4.5
|
||||
Flask-Security-Too==4.0.0
|
||||
Flask-SQLAlchemy==2.4.4
|
||||
Flask-WTF==0.14.3
|
||||
GeoAlchemy2==0.8.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user