forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' into new-years

master
kek7198 2021-12-26 14:11:48 -06:00
commit 4073d82f87
2 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,11 @@
{% extends "CHRISTMAS/mine.html" %}
{% block maincontent %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
{% include "CHRISTMAS/user_listing.html" %}
<img loading="lazy" src="{{single_plot}}">
<img loading="lazy" src="{{multi_plot}}">
<div class="flex flex-wrap -mx-2 overflow-hidden">
{% include "CHRISTMAS/user_listing.html" %}
</div>
{% endblock %}
{% block navbar %}{% endblock %}

View File

@ -8,7 +8,7 @@
{% block content %}
<div class="row mt-3 p-md-4">
<div class="col-span-full">
{% block maincontent %}
{% endblock %}
@ -18,7 +18,7 @@
{% endblock %}
{% block pagenav %}
<nav aria-label="Page navigation">
<nav class="col-span-full" aria-label="Page navigation">
<ul class="pagination pagination-sm mb-0">
{% if page>1 %}
<li class="page-item">