Merge pull request #3787 from FinnStutzenstein/missing_templatehook

Added missing templatehook for the voting plugin
This commit is contained in:
Emanuel Schütze 2018-08-14 13:33:10 +02:00 committed by GitHub
commit 7e472ab472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,7 @@
</div> </div>
<h3 translate>Election result</h3> <h3 translate>Election result</h3>
<template-hook hook-name="assignmentPollVotingHeader"></template-hook>
<template-hook hook-name="assignmentPollNewBallotButton"> <template-hook hook-name="assignmentPollNewBallotButton">
<button os-perms="assignments.can_manage" ng-show="assignment.phase !== 2" ng-click="createBallot()" <button os-perms="assignments.can_manage" ng-show="assignment.phase !== 2" ng-click="createBallot()"
class="btn btn-default btn-sm"> class="btn btn-default btn-sm">