diff options
author | Akshen | 2019-03-29 12:33:43 +0530 |
---|---|---|
committer | Akshen | 2019-03-29 12:33:43 +0530 |
commit | c4de85b701e5fddd5efd0cf6651bf7c616b89ce7 (patch) | |
tree | 141287c6748b5e2830c519a934e5d570ed279ae2 | |
parent | 6c149dfbd2075d16a5a01ede8688e4c7afd99a31 (diff) | |
download | workshop_booking-c4de85b701e5fddd5efd0cf6651bf7c616b89ce7.tar.gz workshop_booking-c4de85b701e5fddd5efd0cf6651bf7c616b89ce7.tar.bz2 workshop_booking-c4de85b701e5fddd5efd0cf6651bf7c616b89ce7.zip |
Feb-March Course Removal
-rw-r--r-- | workshop_app/templates/workshop_app/self_workshop.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/workshop_app/templates/workshop_app/self_workshop.html b/workshop_app/templates/workshop_app/self_workshop.html index 7b1a563..e95658e 100644 --- a/workshop_app/templates/workshop_app/self_workshop.html +++ b/workshop_app/templates/workshop_app/self_workshop.html @@ -10,6 +10,11 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link href='//fonts.googleapis.com/css?family=Antic Slab' rel='stylesheet'> +<style> +a { + color: red; +} +</style> {% endblock %} @@ -55,13 +60,8 @@ <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. The code for this course is - <strong>Feb-March</strong> - </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> + 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> <li class='ans'> |