{% load i18n %} var ReviewModalMixin = { show: function () { var modal = this; $('.modal', modal.root).modal('show'); modal.update(); }, hide: function () { var modal = this; $('.modal', modal.root).modal('hide'); modal.update(); }, }; this.mixin(ReviewModalMixin); this.mixin(ReviewModalMixin); this.mixin(ReviewModalMixin); this.mixin(ReviewModalMixin); this.mixin(ReviewModalMixin);
{% include 'tags/review-buttons.js' %}