]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/users/report_user.html
Use https for various URLs
[osqa.git] / forum / skins / default / templates / users / report_user.html
1 {% load i18n %}
2
3 <table>
4     <caption><h2>{% trans "Report user" %}</h2></caption>
5     <tr>
6         <td>
7             <p><b>{% trans "Public message" %}:</b></p>
8         </td>
9     </tr>
10     <tr>
11         <td>
12             <textarea rows="3" name="publicmsg" cols="35"></textarea><br />
13             <small>{% trans "This message will be visible through the user activity log."  %}</small>
14         </td>
15     </tr>
16 </table>