Skip to content

Instantly share code, notes, and snippets.

{% extends "main.html" %}
{% block content %}
<div class="nl-page-content-header d-flex">
<h1>Open Voyages</h1>
<a href="/voyages/new-voyage" class="btn btn-primary ml-auto align-self-center"><i class="fas fa-plus mr-2"></i>New Voyage</a>
</div>
<table class="table table-hover nl-table">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#b0e1ff">
@epoxe
epoxe / crash
Created January 17, 2020 18:49
Traceback (most recent call last):
File "C:\dev\nl\venv\lib\site-packages\flask\app.py", line 2463, in __call__
return self.wsgi_app(environ, start_response)
File "C:\dev\nl\venv\lib\site-packages\flask\app.py", line 2449, in wsgi_app
response = self.handle_exception(e)
File "C:\dev\nl\venv\lib\site-packages\flask\app.py", line 1866, in handle_exception
reraise(exc_type, exc_value, tb)
File "C:\dev\nl\venv\lib\site-packages\flask\_compat.py", line 39, in reraise
raise value
File "C:\dev\nl\venv\lib\site-packages\flask\app.py", line 2446, in wsgi_app