aboutsummaryrefslogtreecommitdiff
path: root/app/templates/github/setup_webhook.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/github/setup_webhook.html')
-rw-r--r--app/templates/github/setup_webhook.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/github/setup_webhook.html b/app/templates/github/setup_webhook.html
index d0012e2..d1a2bc6 100644
--- a/app/templates/github/setup_webhook.html
+++ b/app/templates/github/setup_webhook.html
@@ -20,4 +20,10 @@
{{ render_submit_field(form.submit) }}
</form>
+
+ <p class="mt-4">
+ You will need admin access to the repository.
+ When setting up hooks on an organisation,
+ <a href="{{ url_for('github.view_permissions') }}">make sure that you have granted access</a>.
+ </p>
{% endblock %}