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 22ee8df commit 48854afCopy full SHA for 48854af
college/db.sqlite3
0 Bytes
college/djangoChat/templates/djangoChat/index.html
@@ -12,7 +12,7 @@
12
13
<!-- sidebar area -->
14
<section class="sidebar">
15
- <h4><a href="/home1">Home</a></h4>
+ <h4><a href="/index">Home</a></h4>
16
<div class="side">
17
<h2>Online Users</h2>
18
<div class="onlineUsers">
college/social/templates/login.html
@@ -10,7 +10,7 @@
10
<div class="login">
11
<div class="heading">
<h2>Sign in</h2>
- <form action="/authenticate/" method="post">
+ <form action="/authenticate/" method="POST">
<div class="input-group input-group-lg">
<span class="input-group-addon"><i class="fa fa-user"></i></span>
0 commit comments