]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/github/setup_webhook.html
Add links to GitHub oauth connection settings
[cheatdb.git] / app / templates / github / setup_webhook.html
index d0012e2219623a347fc86f4ce88603dadde3cf4e..d1a2bc6341796cf00323d7c88d250d72498034ce 100644 (file)
 
                {{ 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 %}