addg
This commit is contained in:
parent
314229286d
commit
5c44768812
0
k8s/webshop.yml
Normal file
0
k8s/webshop.yml
Normal 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
|
@ -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">
|
||||||
|
@ -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>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{% extends 'webapp/base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
|
@ -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 %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{% extends 'webapp/base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user