diff options
author | Sashi20 | 2019-08-27 15:48:23 +0530 |
---|---|---|
committer | Sashi20 | 2019-08-27 15:48:23 +0530 |
commit | 8dd2b6becdc02423db0be289bfe6396c9db93cc6 (patch) | |
tree | e36b41197c660d929ce284150eb48f8111107f41 /static/website/templates/base.html | |
parent | 46c8dee1d41462c4a00989b91d555faf6e422632 (diff) | |
download | SciPy2019-8dd2b6becdc02423db0be289bfe6396c9db93cc6.tar.gz SciPy2019-8dd2b6becdc02423db0be289bfe6396c9db93cc6.tar.bz2 SciPy2019-8dd2b6becdc02423db0be289bfe6396c9db93cc6.zip |
Modify gitignore and replace bower components folder in bootstrap
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r-- | static/website/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index aa61d01..a715e6c 100644 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -13,7 +13,7 @@ <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> - <p class="text-justify">Registrations for the conference will open from next week. Keep checking our website for further notifications.</p> + <p class="text-justify">Registrations for the conference will open soon. Keep checking our website for further notifications.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-info" data-dismiss="modal">Close</button> |