diff options
author | holyantony | 2015-03-26 12:41:22 +0530 |
---|---|---|
committer | holyantony | 2015-03-26 12:41:22 +0530 |
commit | 8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639 (patch) | |
tree | 4a28b16ac5917707a4070589809b7b1aa6d088aa /static/forums/templates | |
parent | ad9f4ac915d8f74b02298c93ff2b24782c661e98 (diff) | |
download | FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.tar.gz FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.tar.bz2 FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.zip |
Subject:Disabled serach by time option
Description:
1. Changed title to FOSSEE Forum
2. Updated Footer text in login page
3. Disabled search by time option
Diffstat (limited to 'static/forums/templates')
-rw-r--r-- | static/forums/templates/user-login.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/static/forums/templates/user-login.html b/static/forums/templates/user-login.html index cb09a06..295b7f6 100644 --- a/static/forums/templates/user-login.html +++ b/static/forums/templates/user-login.html @@ -4,7 +4,7 @@ <br><br><br> <div class="row"> <div class="col-lg-6" style="border-right: 1px dashed #424242;"> - <h4>Please login with your <br>Spoken-Tutorial.org account.</h4> + <h4>Please login with your <br>FOSSEE Forum account.</h4> <form action="accounts/login/" method="POST"> {% csrf_token %} {% if form.errors %} <div class="alert alert-danger"> @@ -33,12 +33,11 @@ <div class="col-lg-6"> <h4>Rules and Regulations</h4> <ul> - <li>This forum is a place to discuss questions and doubts related to the Spoken-Tutorial's</li> - <li>Please restrain yourself from using abusive language.</li> + <li>This forum is a place to discuss questions and doubts related to the FOSSEE FOSS.</li> <li>This is not a place for self promotion.</li> <li>Any violation of the above may lead to the permanent account deletion.</li> </ul> - <h4>Dont have a Spoken-Tutorial.org account yet ?</h4> + <h4>Dont have a FOSSEE Forum account yet ?</h4> <p> <a class="btn btn-sm btn-success" href="/accounts/register/" >Register</a> </p> |