User Profile & URL Cleanup
This commit is contained in:
@@ -28,9 +28,11 @@
|
||||
|
||||
{% addtoblock "js" %}
|
||||
<script>
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
{% if not perms.eventplanner.change_others_participation %}
|
||||
$(".eventButton").attr('disabled', 'disabled');
|
||||
$(".deleteButton").hide();
|
||||
{% endif %}
|
||||
|
||||
$('.eventButton').tooltip()
|
||||
@@ -97,7 +99,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
{% endaddtoblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user