This commit is contained in:
Aevann1 2022-04-29 17:58:37 +02:00
parent 4cf9a92d14
commit 7cda1f203b

View file

@ -13,6 +13,13 @@
{% block title %}
<style>
body > .container {
padding-left: 20px !important;
padding-right: 20px !important;
}
</style>
{% if success %}
<script>
history.pushState(null, null, '{{p.permalink}}');