root/elgg/branches/20090118-r198/mod/community/templates/community_create.html

Revision 216, 331 bytes (checked in by cedenoj, 9 months ago)

fixes #2828 added a link to create a new community as well as to list all communities in the right sidebar

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