ModellingWebLab / WebLab

Django-based front-end for the modelling Web Lab v2
Other
3 stars 2 forks source link

Update register.html #379

Closed MauriceHendrix closed 2 years ago

MauriceHendrix commented 2 years ago

Updated the forwarding for already logged in users to go to home rather than to /, which works better in a subfolder

also updated the success_url in the view to use home via the url system rather than compiling it from / and the force_script_name

codecov[bot] commented 2 years ago

Codecov Report

Merging #379 (37d3f02) into master (c96540b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #379   +/-   ##
=======================================
  Coverage   95.25%   95.25%           
=======================================
  Files          68       68           
  Lines        3902     3902           
  Branches      398      398           
=======================================
  Hits         3717     3717           
  Misses        134      134           
  Partials       51       51           
Impacted Files Coverage Δ
weblab/accounts/views.py 71.79% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df39286...37d3f02. Read the comment docs.