You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

grant_error.tmpl 606B

12345678910111213141516
  1. {{template "base/head" .}}
  2. {{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}}
  3. <div class="ui one column stackable center aligned page grid oauth2-authorize-application-box">
  4. <div class="column seven wide">
  5. <div class="ui middle centered raised segments">
  6. <h1 class="ui top attached header">
  7. {{.i18n.Tr "auth.authorization_failed" }}
  8. </h1>
  9. <h3 class="ui attached segment">{{.Error.ErrorDescription}}</h3>
  10. <div class="ui attached segment">
  11. <p>{{.i18n.Tr "auth.authorization_failed_desc"}}</p>
  12. </div>
  13. </div>
  14. </div>
  15. </div>
  16. {{template "base/footer" .}}