Skip to content

Commit

Permalink
Add redirection to circular page
Browse files Browse the repository at this point in the history
  • Loading branch information
gayu-thri committed May 1, 2020
1 parent 5b0d77b commit 61f4995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/student_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Dashboard</a></li>
<li><a href="#">Circulars</a></li>
<li><a href="{{url_for('circulars')}}">Circulars</a></li>
<li><a href="{{url_for('home')}}">Back to HOME</a></li>
</ul>
</div>
Expand All @@ -41,7 +41,7 @@
<h2>CAM'S</h2>
<ul class="nav nav-pills nav-stacked">
<li class="active"><a href="#section1">Dashboard</a></li>
<li><a href="#section3">Circulars</a></li>
<li><a href="{{url_for('circulars')}}">Circulars</a></li>
<li><a href="{{url_for('home')}}">Back to HOME</a></li>
</ul><br>
</div>
Expand Down

0 comments on commit 61f4995

Please sign in to comment.