forked from MarseyWorld/MarseyWorld
fdsfds
parent
a4967dcbaa
commit
aadbc99063
|
@ -23,6 +23,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
{% include "expanded_image_modal.html" %}
|
||||||
|
|
||||||
{% macro single_comment(c, level=1) %}
|
{% macro single_comment(c, level=1) %}
|
||||||
|
|
||||||
|
@ -816,8 +817,6 @@ window.addEventListener('DOMContentLoaded', function() {
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% include "expanded_image_modal.html" %}
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener('DOMContentLoaded', function() {
|
window.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{% extends "default.html" %}
|
{% extends "default.html" %}
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
{% include "expanded_image_modal.html" %}
|
||||||
<title>{{'SITE_NAME' | app_config}} - Formatting</title>
|
<title>{{'SITE_NAME' | app_config}} - Formatting</title>
|
||||||
<meta name="description" content="{{'SITE_NAME' | app_config}} Formatting">
|
<meta name="description" content="{{'SITE_NAME' | app_config}} Formatting">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -528,8 +529,6 @@ line breaks
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% include "expanded_image_modal.html" %}
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
table {
|
table {
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
<script defer src="/assets/js/new_comments_count.js?v=53"></script>
|
<script defer src="/assets/js/new_comments_count.js?v=53"></script>
|
||||||
|
|
||||||
|
{% include "expanded_image_modal.html" %}
|
||||||
|
|
||||||
{% if p.award_count("train") %}
|
{% if p.award_count("train") %}
|
||||||
<style>
|
<style>
|
||||||
@keyframes train {
|
@keyframes train {
|
||||||
|
@ -911,7 +913,6 @@ window.addEventListener('DOMContentLoaded', function() {
|
||||||
{% include "ban_modal.html" %}
|
{% include "ban_modal.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include "expanded_image_modal.html" %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if p.award_count("shit") %}
|
{% if p.award_count("shit") %}
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
{% set cc='COUNTRY CLUB' %}
|
{% set cc='COUNTRY CLUB' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% include "expanded_image_modal.html" %}
|
||||||
|
|
||||||
<script defer src="/assets/js/new_comments_count.js?v=53"></script>
|
<script defer src="/assets/js/new_comments_count.js?v=53"></script>
|
||||||
|
|
||||||
{% for p in listing %}
|
{% for p in listing %}
|
||||||
|
@ -578,7 +580,6 @@ window.addEventListener('DOMContentLoaded', function() {
|
||||||
{% include "ban_modal.html" %}
|
{% include "ban_modal.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include "expanded_image_modal.html" %}
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.popover {
|
.popover {
|
||||||
|
|
Loading…
Reference in New Issue