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

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

refs #2828 added a link to create a new community as well as to list all communities in the right sidebar
Submitting this changeset again since I had committed into a branch instead of trunk before

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.