mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Make the pending moderations request page look a lot nicer (more like the
rest of the admin site)
This commit is contained in:
@ -1,13 +1,19 @@
|
||||
{%extends "admin/base.html"%}
|
||||
{%extends "admin/base_site.html"%}
|
||||
|
||||
{%block breadcrumbs%}
|
||||
<div class="breadcrumbs"><a href="/admin/">Home</a> › Pending
|
||||
<div class="breadcrumbs"><a href="/admin/">Home</a> › Pending</div>
|
||||
{%endblock%}
|
||||
|
||||
{% block bodyclass %}change-list{% endblock %}
|
||||
{% block coltype %}flex{% endblock %}
|
||||
|
||||
{%block content%}
|
||||
<h1>Pending moderation</h1>
|
||||
|
||||
<div id="content-main">
|
||||
{%for app in app_list %}
|
||||
<div class="module">
|
||||
<table summary="Pending {{app.name}}" width="600">
|
||||
<table summary="Pending {{app.name}}" width="100%">
|
||||
<caption><a class="section">Pending {{app.name}}</a></caption>
|
||||
{%for entry in app.entries%}
|
||||
<tr class="row{%cycle '1' '2'%}">
|
||||
|
Reference in New Issue
Block a user