diff options
Diffstat (limited to 'workshop_app/templates')
-rw-r--r-- | workshop_app/templates/workshop_app/edit_profile.html | 2 | ||||
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/workshop_app/templates/workshop_app/edit_profile.html b/workshop_app/templates/workshop_app/edit_profile.html index 414b931..2c7aea3 100644 --- a/workshop_app/templates/workshop_app/edit_profile.html +++ b/workshop_app/templates/workshop_app/edit_profile.html @@ -8,7 +8,7 @@ <nav class="navbar navbar-default navbar-custom"> <div class="container-fluid"> <div class="navbar-header"> - <a class="navbar-brand" href="#">WebSiteName</a> + <a class="navbar-brand" href="#">Booking</a> </div> {% if request.user.profile.position == 'instructor' %} <ul class="nav navbar-nav"> diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index ed34e4e..d8c1232 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -106,7 +106,7 @@ Phone: (+91) 22 2576 4133<br> - Email: info[at]fossee[dot]in + Email: workshops[at]fossee[dot]in </div> </div> |