diff options
author | Akshen | 2019-02-13 11:24:35 +0530 |
---|---|---|
committer | GitHub | 2019-02-13 11:24:35 +0530 |
commit | 4587442168c569d18d5b64ad8fe80ed1db7c42e8 (patch) | |
tree | 3eb8f55379a78c73e1f90e83dd47112c7df2c69e | |
parent | 5fd593199a74ceac5ec3248b96c1fee2f8e32a5d (diff) | |
parent | e6812cfcb055e4668db4e43dde5cccb687aa140d (diff) | |
download | workshop_booking-4587442168c569d18d5b64ad8fe80ed1db7c42e8.tar.gz workshop_booking-4587442168c569d18d5b64ad8fe80ed1db7c42e8.tar.bz2 workshop_booking-4587442168c569d18d5b64ad8fe80ed1db7c42e8.zip |
Merge pull request #81 from Akshen/stats
Stats
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 8 | ||||
-rw-r--r-- | workshop_app/templates/workshop_app/self_workshop.html | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index 09fd4ba..73f9fa6 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -25,11 +25,9 @@ <link rel="stylesheet" href="{{ URL_ROOT }}/static/workshop_app/css/slick.css" type="text/css" /> <link rel="stylesheet" href="{{ URL_ROOT }}/static/workshop_app/css/slick-theme.css" type="text/css" /> - <!-- Add icon library --> - <!-- <link rel="stylesheet" - href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> - --> - <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> + <!-- Add icon library --> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> + <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> diff --git a/workshop_app/templates/workshop_app/self_workshop.html b/workshop_app/templates/workshop_app/self_workshop.html index f1a5d91..7b1a563 100644 --- a/workshop_app/templates/workshop_app/self_workshop.html +++ b/workshop_app/templates/workshop_app/self_workshop.html @@ -57,7 +57,8 @@ <ul> <div class="alert alert-danger"> Please Note:- February Course will start from 2nd Week and will be - combined with March + 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> |