Commit d6dab782 authored by ViolanteCodes's avatar ViolanteCodes
Browse files

added password_reset button to bottom of moderator form

parent e575e4e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@
  <div class="col-12">
    <button type="submit" class="btn btn-lg btn-primary mr-2 mt-2">Save All Changes</button> 
    <a href="/tor_admin/logout" class="btn btn-lg btn-primary ml-2 mt-2">Logout</a>
    <a href="/tor_admin/password_change/?next=/moderator/" class="btn btn-lg btn-primary ml-2 mt-2">Reset Password</a>
        </form>
  </div>
</div>