mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
update tpls
This commit is contained in:
parent
f85f8cbdbf
commit
0a23715ef8
4 changed files with 2 additions and 26 deletions
|
@ -4,12 +4,6 @@
|
|||
|
||||
<div class="container" style="text-align:center;">
|
||||
<h1 class="title">Manage Mods</h1>
|
||||
<nav class="breadcrumb is-centered" aria-label="breadcrumbs">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="{{ url_for('mod.main') }}">Mods</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section class="section">
|
||||
{% for ban in bans %}
|
||||
<article class="message" style="width: 30%; margin: 2em auto;">
|
||||
|
|
|
@ -3,13 +3,7 @@
|
|||
{% block content %}
|
||||
|
||||
<div class="container" style="text-align:center;">
|
||||
<h1 class="title">Manage Mods</h1>
|
||||
<nav class="breadcrumb is-centered" aria-label="breadcrumbs">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="{{ url_for('mod.main') }}">Mods</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 class="title">View Logs</h1>
|
||||
<section class="section">
|
||||
{% for log in logs %}
|
||||
<article class="message" style="width: 40%; margin: 1em auto;">
|
||||
|
|
|
@ -4,12 +4,6 @@
|
|||
|
||||
<div class="container" style="text-align:center;">
|
||||
<h1 class="title">Manage Mods</h1>
|
||||
<nav class="breadcrumb is-centered" aria-label="breadcrumbs">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="{{ url_for('mod.main') }}">Mods</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section class="section">
|
||||
{% for mod in mods %}
|
||||
<div class="block">
|
||||
|
|
|
@ -4,13 +4,7 @@
|
|||
|
||||
<div class="container" style="text-align:center;">
|
||||
|
||||
<h1 class="title">{% if title %}{{ title }}{% else %}Pending Posts{% endif %}</h1>
|
||||
<nav class="breadcrumb is-centered" aria-label="breadcrumbs">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="{{ url_for('mod.main') }}">Mods</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 class="title">Pending Posts</h1>
|
||||
<section class="section">
|
||||
{% if posts %}
|
||||
{% for row in posts | batch(4) %}
|
||||
|
|
Loading…
Reference in a new issue