User Profile & URL Cleanup

This commit is contained in:
Martin Bauer
2013-09-29 16:22:42 +02:00
parent d71c35bcd7
commit 0e26988867
9 changed files with 43 additions and 46 deletions

View File

@@ -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 %}