root/elgg/trunk/mod/community/templates/community_create.html

Revision 33, 284 bytes (checked in by hopsonro, 2 years ago)

Import Elgg 0.9.1 release.

Line 
1 <div class="community_create">
2     <h2>{{title}}</h2>
3     <form action="" method="post">
4     {{form_fields}}
5         <p>
6             <input type="submit" value="{{button}}" />
7             <input type="hidden" name="action" value="community:create" />
8         </p>
9
10     </form>
11 </div>
Note: See TracBrowser for help on using the browser.