collection browsing: rename view/template user_collections -> collection_list
[mediagoblin.git] / mediagoblin / templates / mediagoblin / test_submit.html
index ebf93b59bfb56e34e3e66ba481da12f1200b8f75..0771a0c7c69c2416c6c0a98beb3a0639b61930ef 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -25,7 +25,8 @@
         {{ wtforms_util.render_table(image_form) }}
         <tr>
           <td></td>
-          <td><input type="submit" value="submit" class="buttonGreen" /></td>
+          <td><input type="submit" value="submit" class="button_form" /></td>
+         {{ csrf_token }}
         </tr>
       </table>
     </form>