We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6069a08 commit 7294818Copy full SHA for 7294818
File_Server/accounts/templates/accounts/login.html
@@ -43,8 +43,8 @@ <h3 class="text-center">Log in to File Server</h3>
43
<br>
44
<div class='container'>
45
<div class="alert alert-primary container" role="alert" align='center'>
46
- <p>You have already Logged In. Please Continue to Vote!</p>
47
- <a href="{% url 'polls:index' %}" class="btn btn-success">Vote Now!</a>
+ <p>You have already Logged In.</p>
+ <a href="{% url 'home' %}" class="btn btn-success">Go !</a>
48
</div>
49
50
0 commit comments