mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Fix new styling errors
Fix error page Update Notification styling
This commit is contained in:
parent
824c849eaa
commit
cdb3836dab
16 changed files with 154 additions and 96 deletions
|
@ -1,16 +1,15 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block nav_groups %}selected{% endblock %}
|
||||
{% block content %}
|
||||
<div class="banner">
|
||||
<div class="banner small">
|
||||
<div class="banner-content">
|
||||
<p>{{ config.WEBSITE.motto }}</p>
|
||||
<h1>Groups</h1>
|
||||
<h1>{{ config.WEBSITE.name }}</h1>
|
||||
{% if groups|length == 0 %}
|
||||
<p>0 photo groups :<</p>
|
||||
<p>0 groups :<</p>
|
||||
{% elif groups|length == 69 %}
|
||||
<p>{{ groups|length }} photo groups, uwu</p>
|
||||
<p>{{ groups|length }} groups, uwu</p>
|
||||
{% else %}
|
||||
<p>{{ groups|length }} photo groups</p>
|
||||
<p>{{ groups|length }} groups</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue