the Quattro admin_user template was missing the users note for the admin

Этот коммит содержится в:
Tobias Diekershoff 2017-04-07 12:59:22 +02:00
родитель b5a42c5b31
Коммит fb94a0add7
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -39,6 +39,9 @@
<a href="{{$baseurl}}/regmod/deny/{{$u.hash}}" title='{{$deny}}'><span class='icon dislike'></span></a>
</td>
</tr>
<tr>
<td class="pendingnote"><p><span>{{$pendingnotetext}}:</span> {{$u.note}}</p></td>
</tr>
{{/foreach}}
</tbody>
</table>