Skip to content

Commit

Permalink
Include csrf_meta_tag in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Appleseed committed Apr 27, 2010
1 parent 8fe64e4 commit 45c75a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/casein_auth.html.erb
Expand Up @@ -7,6 +7,7 @@
<title>Welcome to <%= casein_config_website_name %></title>
<%= stylesheet_link_tag "/casein/stylesheets/login.css" %>
<%= javascript_include_tag :defaults, "/casein/javascripts/login.js", :cache => "casein_auth_javascripts" %>
<%= csrf_meta_tag %>
</head>
<body>
<div id="header">
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/casein_main.html.erb
Expand Up @@ -9,6 +9,7 @@
<%= javascript_include_tag :defaults, :cache => "casein_defaults_javascripts" %>
<%= javascript_include_tag casein_config_javascript_includes, :cache => "casein_main_javascripts" %>
<%= yield :calendar_includes %>
<%= csrf_meta_tag %>
</head>
<body>
<div id="header">
Expand Down

0 comments on commit 45c75a8

Please sign in to comment.