This commit is contained in:
Torma Kristóf 2020-11-27 04:17:50 +01:00
parent 314229286d
commit 5c44768812
8 changed files with 6 additions and 9 deletions

0
k8s/webshop.yml Normal file
View File

View File

@ -5,9 +5,6 @@ flask-admin
gunicorn
sentry-sdk[flask]
py-healthcheck
marshmallow
flask-marshmallow
sqlalchemy
flask-sqlalchemy
marshmallow-sqlalchemy
flask-cors

View File

@ -1,4 +1,4 @@
{% extends 'webapp/base.html' %}
{% extends 'base.html' %}
{% block content %}
{% if images %}
<div class="row mx-2">

View File

@ -1,4 +1,4 @@
{% extends 'webapp/base.html' %}
{% extends 'base.html' %}
{% block content %}
<div class="card mb-3">
<h3 class="card-header">Animation by {{ image.creator }}</h3>

View File

@ -1,4 +1,4 @@
{% extends 'webapp/base.html' %}
{% extends 'base.html' %}
{% block content %}
<div class="jumbotron">

View File

@ -1,4 +1,4 @@
{% extends 'webapp/base.html' %}
{% extends 'base.html' %}
{% block content %}
{% if current_user.is_authenticated %}

View File

@ -1,4 +1,4 @@
{% extends 'webapp/base.html' %}
{% extends 'base.html' %}
{% block content %}
<div class="jumbotron">

View File

@ -1,4 +1,4 @@
{% extends 'webapp/base.html' %}
{% extends 'base.html' %}
{% block content %}
{% if current_user.is_authenticated %}