mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Fix typo that made listgroup names invisible, per comment from Alvaro.
This commit is contained in:
@ -31,7 +31,7 @@ receiving mail).</p>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{%endif%}
|
{%endif%}
|
||||||
<h2>{{l.group.name}}</h2>
|
<h2>{{l.group.groupname}}</h2>
|
||||||
<div class="tblBasic">
|
<div class="tblBasic">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
|
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user