Add links to GitHub oauth connection settings

This commit is contained in:
rubenwardy
2020-01-30 21:39:51 +00:00
parent c31c1fd92a
commit 744c52ba18
4 changed files with 32 additions and 8 deletions

View File

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