remove reference to REMOTE_USER. commit ready to merge

- Legacy-Id: 7581
This commit is contained in:
Ryan Cross 2014-04-07 20:52:57 +00:00
parent 2cf5f1ce25
commit a3166b9d79

View file

@ -11,7 +11,7 @@
</td>
<td align="right">
<br>
<span class="login">{% if request.user_is_secretariat %}Secretariat {% endif %}Logged in: {{ request.META.REMOTE_USER }}</span>
<span class="login">{% if request.user_is_secretariat %}Secretariat {% endif %}Logged in: {{ user }}</span>
</td>
</tr>
</table>