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

@@ -2,6 +2,7 @@
<head>
<title>create new board</title>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<style src="{{prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{prefix}}static/newboard.js">
</script>
</head>