Skip to content

Commit

Permalink
Merge pull request #90 from rachelnicole/update-scripts
Browse files Browse the repository at this point in the history
Update scripts
  • Loading branch information
scottnath authored Jun 29, 2016
2 parents 65cdde9 + 8a9e4db commit e3d189f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.0.0",
"punchcard-content-types": "^0.9.0",
"punchcard-content-types": "^0.10.0",
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2",
"breakpoint-sass": "^2.7.0",
Expand Down
1 change: 1 addition & 0 deletions views/content/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1 class="base--h1">{{type.name}}</h1>

<script>
{{form.validation | safe}}
{{form.scripts | safe}}
</script>
<script type="text/javascript" src="/js/sunrise-sunset.js"></script>
{% endblock %}

0 comments on commit e3d189f

Please sign in to comment.