Course info
This commit is contained in:
14
info.html
Normal file
14
info.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<%inherit file="main.html" />
|
||||
|
||||
<%include file="navigation.html" />
|
||||
|
||||
<section class="main-content">
|
||||
<div class="profile-wrapper">
|
||||
<section class="user-info">
|
||||
<%include file="info_files/updates.html" />
|
||||
</section>
|
||||
<section class="course-info">
|
||||
<%include file="info_files/handouts.html" />
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
1
info_files
Symbolic link
1
info_files
Symbolic link
@@ -0,0 +1 @@
|
||||
../data/info/
|
||||
@@ -9,6 +9,7 @@
|
||||
<li><a href="/discussion">Discussion</a></li>
|
||||
<li><a href="/wiki">Wiki</a></li>
|
||||
<li><a href="/profile">Profile</a></li>
|
||||
<li><a href="/info">Info</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user