From 6221f42873ef49b7e73eb57a11e60e01e4bef7c6 Mon Sep 17 00:00:00 2001 From: johanko Date: Thu, 21 Apr 2016 13:28:50 +0200 Subject: [PATCH] Permissions to see characters Changed permissions to see chars registered on fleet-up.com to human_resources --- stock/templates/registered/fleetup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock/templates/registered/fleetup.html b/stock/templates/registered/fleetup.html index c4a5a00b..a592df70 100644 --- a/stock/templates/registered/fleetup.html +++ b/stock/templates/registered/fleetup.html @@ -23,7 +23,7 @@
  • Ops and Timers (current)
  • Doctrines
  • Fittings
  • - {% if perms.auth.corp_stats %} + {% if perms.auth.human_resources %}
  • Characters
  • {% endif %}
  • @@ -218,4 +218,4 @@ function updateClock() { } -{% endblock content %} \ No newline at end of file +{% endblock content %}