Skip to content

Commit

Permalink
adding source code ref to the settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Mar 14, 2024
1 parent 106982a commit 6343151
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codeGrader/frontend/admin/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ <h5>Password Reset</h5>
</form>
</div>
</div>
<div class="row">
<div id="source_code">
<h2>Source Code</h2>
<p>The Source code to this application is avaiable in this <a href="https://github.com/ooemperor/CodeGrader">GitHub</a> Repository. </p>
</div>
</div>
<script>
// script for the password visibility
// getting the elements on which we will operate
Expand Down
6 changes: 6 additions & 0 deletions codeGrader/frontend/user/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ <h5 class="card-title">
</div>
</div>
</div>
<div class="row">
<div id="source_code">
<h2>Source Code</h2>
<p>The Source code to this application is avaiable in this <a href="https://github.com/ooemperor/CodeGrader">GitHub</a> Repository. </p>
</div>
</div>
<script>
// script for the password visibility
// getting the elements on which we will operate
Expand Down

0 comments on commit 6343151

Please sign in to comment.