Retarget auth scope
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
{% block footer_scripts %}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
{% if current_user.has_role('network_admin') %}
|
||||
{% if current_user.has_role('admin') %}
|
||||
$( "#set_status" ).change(function() {
|
||||
$.get( "{{config.SUBFOLDER}}" + "/applications/edit/" + {{application.id}} + "/status/" + $(this).val());
|
||||
console.log($(this).val());
|
||||
|
Reference in New Issue
Block a user