Merge pull request #3298 from tobiasd/20170407-quattroadin

the Quattro admin_user template was missing the users note for the admin
This commit is contained in:
fabrixxm 2017-04-07 14:31:28 +02:00 committed by GitHub
commit 07f93b9636
1 changed files with 3 additions and 0 deletions

View File

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