diff options
Diffstat (limited to 'static/forums/templates/user-login.html')
-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> |