Archived
1
0

add references to user.css in all templates

This commit is contained in:
jeff
2015-10-08 11:42:10 -04:00
parent f006b61c4e
commit 25901e3d44
11 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<html>
<head>
<link ref="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<meta http-equiv="refresh" content="1; {{mod_prefix}}"></meta>
<title>login</title>
</head>