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
|
||||
sentry-sdk[flask]
|
||||
py-healthcheck
|
||||
marshmallow
|
||||
flask-marshmallow
|
||||
sqlalchemy
|
||||
flask-sqlalchemy
|
||||
marshmallow-sqlalchemy
|
||||
flask-cors
|
@ -1,4 +1,4 @@
|
||||
{% extends 'webapp/base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
{% if images %}
|
||||
<div class="row mx-2">
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'webapp/base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="jumbotron">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'webapp/base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% if current_user.is_authenticated %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'webapp/base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="jumbotron">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'webapp/base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% if current_user.is_authenticated %}
|
||||
|
Loading…
Reference in New Issue
Block a user