CHRIS / quantity_module /templates /quantity_error.html
Robert Elder
ChemID update: check for valid smiles before doing other work. quantity module updates: added effect of swelling on solvent volume; added check for non-physical amount of swelling; updated error templates to be more informative
053a1c9
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CHRIS-Error</title>
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles.css') }}">
</head>
<img src="{{ url_for('static',filename='images/FDAlogo.png') }}" style="float: left;" height="100"/>
<img src="{{ url_for('static',filename='images/FDAgraphic.png') }}" style="float: right;" height="100"/>
<br clear="all" />
<body>
<div style="font-size:5rem;text-align:center"> &#129318; </div>
<p style="font-size:2rem;text-align:center">
{{ message|safe }}
</p>
</body>