Skip to content

Commit

Permalink
fix: remove features which don't work
Browse files Browse the repository at this point in the history
Ref: #176
  • Loading branch information
kunfang98927 committed Feb 21, 2025
1 parent 8f9ed17 commit cc34594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h5>
<div>{{ form.password }}</div>
</div>
<button type="submit" class="btn btn-primary account-btn">Sign in</button>
<p class="mt-2">
{% comment %} <p class="mt-2">
<a href="{% url 'main:reset_password' %}">Forgot your password?</a>
</p>
</p> {% endcomment %}
</form>
</div>
</div>
Expand Down
9 changes: 3 additions & 6 deletions web-app/django/VIM/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@
class="nav-link px-2 text-decoration-none {% if active_tab == 'about' %}active{% endif %}">About</a>
</li>
</ul>
<form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role="search">
<input type="search"
class="form-control search-input"
placeholder="Search..."
aria-label="Search" />
</form>
{% comment %} <form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role="search">
<input type="search" class="form-control search-input" placeholder="Search..." aria-label="Search" />
</form> {% endcomment %}
<div class="text-end d-flex">
{% if user.is_authenticated %}
<div class="dropdown me-2">
Expand Down

0 comments on commit cc34594

Please sign in to comment.