gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
{{template "base/head" .}}
<div class="page-content admin config">
	{{template "admin/navbar" .}}
	<div class="ui container">
		<div class="twelve wide column content">
			{{template "base/alert" .}}
			<h4 class="ui top attached header">
					{{.locale.Tr "settings.applications"}}
			</h4>
			{{template "user/settings/applications_oauth2_list" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}