Pārlūkot izejas kodu

Added a link to the GitHub issues page to the server error page

Jeremy Stretch 9 gadi atpakaļ
vecāks
revīzija
a1953bab8b
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      netbox/templates/500.html

+ 2 - 0
netbox/templates/500.html

@@ -17,6 +17,8 @@
                 <div class="panel-body">
                 <div class="panel-body">
                     <p>There was a problem with your request. This error has been logged and administrative staff have
                     <p>There was a problem with your request. This error has been logged and administrative staff have
                     been notified. Please return to the home page and try again.</p>
                     been notified. Please return to the home page and try again.</p>
+                    <p>If you are responsible for this installation, please consider
+                    <a href="https://github.com/digitalocean/netbox/issues">filing a bug report</a>.</p>
                     <div class="text-right">
                     <div class="text-right">
                         <a href="/" class="btn btn-primary">Home Page</a>
                         <a href="/" class="btn btn-primary">Home Page</a>
                     </div>
                     </div>