diff options
author | Akshen | 2019-02-01 12:21:55 +0530 |
---|---|---|
committer | GitHub | 2019-02-01 12:21:55 +0530 |
commit | 56f56e1c39e7f3f1e8b63889b4edb6158923c1da (patch) | |
tree | 8c14f8a67f5c5ea639572dc5affbd37556c1ac7e | |
parent | c1af8ad608b35157d19bcb6db4058d3dc722e992 (diff) | |
parent | ed8ac3d035640d6f11d75bdd482726964bec659c (diff) | |
download | workshop_booking-56f56e1c39e7f3f1e8b63889b4edb6158923c1da.tar.gz workshop_booking-56f56e1c39e7f3f1e8b63889b4edb6158923c1da.tar.bz2 workshop_booking-56f56e1c39e7f3f1e8b63889b4edb6158923c1da.zip |
Merge pull request #79 from Akshen/stats
Monthly Course Combined
-rw-r--r-- | workshop_app/templates/workshop_app/self_workshop.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/workshop_app/templates/workshop_app/self_workshop.html b/workshop_app/templates/workshop_app/self_workshop.html index 526f9a9..f1a5d91 100644 --- a/workshop_app/templates/workshop_app/self_workshop.html +++ b/workshop_app/templates/workshop_app/self_workshop.html @@ -55,6 +55,10 @@ <ul class='num'> <h2>Course Instructions:</h2> <ul> + <div class="alert alert-danger"> + Please Note:- February Course will start from 2nd Week and will be + combined with March + </div> <li class='ans'> Register on <a href="http://yaksh.fossee.in" target="_blank">Yaksh</a> and search for the course <strong> Basic Programming using Python('duration') by FOSSEE IIT Bombay using the course code <h4>"Python"</h4> </strong> </li> |