forked from expo/troggle
=Make a common base for expoweb pages. Ignore any header information in expoweb except titles.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{% autoescape off %}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>{{ form.title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main2.css" />
|
||||
</head>
|
||||
<body>
|
||||
{{ form.html }}
|
||||
|
||||
Reference in New Issue
Block a user