Commit d11e05a9 authored by MariaV's avatar MariaV
Browse files

Merge branch 'password_reset' into 'master'

added password_reset button to bottom of moderator form

See merge request !72
parents e575e4e0 d6dab782
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>