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 gunicorn
sentry-sdk[flask] sentry-sdk[flask]
py-healthcheck py-healthcheck
marshmallow
flask-marshmallow
sqlalchemy sqlalchemy
flask-sqlalchemy flask-sqlalchemy
marshmallow-sqlalchemy
flask-cors flask-cors

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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