Skip to content

Commit 6f3b265

Browse files
committed
Add login option to logged_out page
1 parent c810856 commit 6f3b265

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

collect/db.sqlite3

0 Bytes
Binary file not shown.

collect/templates/registration/logged_out.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<div class="wrap">
1717
<p class="form-title">
1818
Logged out!</p>
19-
19+
<form action="{% url 'login_user' %}" class="login" >
20+
<input type="submit" value="Log In again" class="btn btn-info">
21+
</form>
2022

2123

2224

0 commit comments

Comments
 (0)