diff options
author | prathamesh | 2014-12-24 13:45:55 +0530 |
---|---|---|
committer | prathamesh | 2014-12-24 13:45:55 +0530 |
commit | 9c3c51ae31a7a3a4cfb56c63db09f51f5bf0ab83 (patch) | |
tree | 0c916845166b9bc84e9fc23ed03ac497fc347f07 /tbc/templates | |
parent | 9b40244be612a6be04d4e337dc1c9862d059ef06 (diff) | |
download | Python-TBC-Interface-9c3c51ae31a7a3a4cfb56c63db09f51f5bf0ab83.tar.gz Python-TBC-Interface-9c3c51ae31a7a3a4cfb56c63db09f51f5bf0ab83.tar.bz2 Python-TBC-Interface-9c3c51ae31a7a3a4cfb56c63db09f51f5bf0ab83.zip |
Profile made mandatory. Proposal or code submission links will redirect to profile page, if the profile does not exist.
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/profile.html b/tbc/templates/tbc/profile.html index 195ba3f..d7a1b56 100644 --- a/tbc/templates/tbc/profile.html +++ b/tbc/templates/tbc/profile.html @@ -4,7 +4,7 @@ <center> <div class="alert" style="width:500px;"> <a class="close" data-dismiss="alert" href="#">×</a> - <p>Congratulations on your first log in. Please update your profile.</p> + <p> Please update your profile first and then proceed.</p> </div> </center> <div class="clearfix"></div> |