| 
									
										
										
										
											2018-11-02 14:42:15 -04:00
										 |  |  | {% load static %} | 
					
						
							| 
									
										
										
										
											2016-03-01 11:23:03 -05:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <head> | 
					
						
							| 
									
										
										
										
											2017-10-12 12:39:28 -05:00
										 |  |  |     <title>Server Error</title> | 
					
						
							| 
									
										
										
										
											2019-08-15 11:47:57 -04:00
										 |  |  |     <link rel="stylesheet" href="{% static 'bootstrap-3.4.1-dist/css/bootstrap.min.css' %}"> | 
					
						
							| 
									
										
										
										
											2020-11-06 14:33:20 -05:00
										 |  |  |     <link rel="stylesheet" href="{% static 'materialdesignicons-5.4.55/css/materialdesignicons.min.css' %}"> | 
					
						
							| 
									
										
										
										
											2017-10-12 12:39:28 -05:00
										 |  |  |     <meta charset="UTF-8"> | 
					
						
							| 
									
										
										
										
											2016-03-01 11:23:03 -05:00
										 |  |  | </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2017-05-19 16:03:04 -04:00
										 |  |  |     <div class="container-fluid"> | 
					
						
							|  |  |  |         <div class="row"> | 
					
						
							| 
									
										
										
										
											2017-11-03 13:24:31 -04:00
										 |  |  |             <div class="col-md-6 col-md-offset-3"> | 
					
						
							| 
									
										
										
										
											2017-05-19 16:03:04 -04:00
										 |  |  |                 <div class="panel panel-danger" style="margin-top: 200px"> | 
					
						
							|  |  |  |                     <div class="panel-heading"> | 
					
						
							|  |  |  |                         <strong> | 
					
						
							| 
									
										
										
										
											2020-11-06 14:33:20 -05:00
										 |  |  |                             <i class="mdi mdi-alert"></i> | 
					
						
							| 
									
										
										
										
											2017-05-19 16:03:04 -04:00
										 |  |  |                             Server Error | 
					
						
							|  |  |  |                         </strong> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     <div class="panel-body"> | 
					
						
							| 
									
										
										
										
											2017-11-03 13:24:31 -04:00
										 |  |  |                         {% block message %} | 
					
						
							|  |  |  |                             <p> | 
					
						
							|  |  |  |                                 There was a problem with your request. Please contact an administrator. | 
					
						
							|  |  |  |                             </p> | 
					
						
							|  |  |  |                         {% endblock %} | 
					
						
							|  |  |  |                         <hr /> | 
					
						
							|  |  |  |                         <p> | 
					
						
							|  |  |  |                             The complete exception is provided below: | 
					
						
							|  |  |  |                         </p> | 
					
						
							| 
									
										
										
										
											2017-05-19 16:03:04 -04:00
										 |  |  | <pre><strong>{{ exception }}</strong><br /> | 
					
						
							| 
									
										
										
										
											2020-08-21 12:58:48 -04:00
										 |  |  | {{ error }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Python version: {{ python_version }} | 
					
						
							|  |  |  | NetBox version: {{ netbox_version }}</pre> | 
					
						
							| 
									
										
										
										
											2017-11-03 13:24:31 -04:00
										 |  |  |                         <p> | 
					
						
							| 
									
										
										
										
											2020-10-07 08:53:04 -04:00
										 |  |  |                             If further assistance is required, please post to the <a href="https://groups.google.com/g/netbox-discuss">NetBox mailing list</a>. | 
					
						
							| 
									
										
										
										
											2017-11-03 13:24:31 -04:00
										 |  |  |                         </p> | 
					
						
							| 
									
										
										
										
											2017-05-19 16:03:04 -04:00
										 |  |  |                         <div class="text-right"> | 
					
						
							|  |  |  |                             <a href="{% url 'home' %}" class="btn btn-primary">Home Page</a> | 
					
						
							|  |  |  |                         </div> | 
					
						
							| 
									
										
										
										
											2016-03-01 11:23:03 -05:00
										 |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-05-19 16:03:04 -04:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-03-01 11:23:03 -05:00
										 |  |  | </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |