Skip to content

Commit

Permalink
Merge pull request #9 from vsoch/more/updates-sept-23
Browse files Browse the repository at this point in the history
small tweaks to not show shared folder
  • Loading branch information
vsoch committed Sep 23, 2020
2 parents e1e29b1 + 4da0442 commit 91dfa6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mhttc/apps/base/templates/base/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/vsoch/mhttc/issues" target="_blank">Support</a>
</li>
<li class="nav-item">
<!--<li class="nav-item">
<a class="nav-link" href="https://vsoch.github.io/mhttc" target="_blank">Docs</a>
</li>
</li>-->
</ul>
<div class="d-none d-sm-block ml-auto">
<ul class="navbar-nav ct-navbar-nav flex-row align-items-center">
Expand Down
7 changes: 4 additions & 3 deletions mhttc/apps/base/templates/base/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-12 col-md-3 col-xl-2 ct-sidebar">
{% if request.user.is_authenticated %}<div class="col-12 col-md-3 col-xl-2 ct-sidebar">
<nav class="collapse ct-links" id="ct-docs-nav">
<!--Center-->
{% if request.user.is_authenticated and request.user.center %}
Expand Down Expand Up @@ -46,5 +46,6 @@
</ul>
</div>
</nav>
</div>

</div>{% else %}
<div class="col-12 col-md-3 col-xl-2"></div>
{% endif %}
3 changes: 1 addition & 2 deletions mhttc/apps/base/templates/main/shared_folder.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ <h1 class="ct-title" id="content">
<li>And more!</li>
</ul>
</p>
<p>There is also a recorded MHTTC Orientation for new staff under: \MHTTC or TTC Operating Procedures\MHTTC NCO Trainings.
Access the Shared Folder here: <a href="https://stanfordmedicine.box.com/s/i2a3acnwnu5tyabiagncodnwiqlfijse" target="_blank">https://stanfordmedicine.box.com/s/i2a3acnwnu5tyabiagncodnwiqlfijse</a></p>
<p>There is also a recorded MHTTC Orientation for new staff under: \MHTTC or TTC Operating Procedures\MHTTC NCO Trainings.<br><strong style="font-weight:600">Access the Shared Folder here: <a href="https://stanfordmedicine.box.com/s/i2a3acnwnu5tyabiagncodnwiqlfijse" target="_blank">https://stanfordmedicine.box.com/s/i2a3acnwnu5tyabiagncodnwiqlfijse</a></strong></p>

<hr>
{% endblock %}

0 comments on commit 91dfa6b

Please sign in to comment.