Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Commit

Permalink
Change front page text.
Browse files Browse the repository at this point in the history
Closes #91
  • Loading branch information
errietta committed Jan 18, 2016
1 parent f62f327 commit 2040659
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion root/src/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@

<h3>Welcome to the Group Management System.</h3>

<p> There isn't much here just now. </p>
<p>GMS allows groups to manage their groups, take over channels, assign cloaks, and more.</p>
<p>Need help? Staff are around in #freenode.</p>
<p>
You can report bugs and issues on the <a href="https://github.com/freenode/gms" target="_blank">Github project page.</a>
</p>

[% IF !c.user_exists %]
<p>Please log in with your Atheme username and password on the top right to use GMS.</p>
[% ELSE %]
<p>Please use the buttons to the left to choose an option.</p>

[% END %]

0 comments on commit 2040659

Please sign in to comment.