euscanwww: Better login template
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
		@@ -26,21 +26,13 @@
 | 
			
		||||
        <td>{{ form.password }}</td>
 | 
			
		||||
      </tr>
 | 
			
		||||
      <tr>
 | 
			
		||||
        <td></td>
 | 
			
		||||
        <td>
 | 
			
		||||
          <a href="{% url "django.contrib.auth.views.password_reset" %}">Forgot password</a>
 | 
			
		||||
        </td>
 | 
			
		||||
        <td>
 | 
			
		||||
          <input class="btn pull-right" type="submit" value="Login" />
 | 
			
		||||
        </td>
 | 
			
		||||
      </tr>
 | 
			
		||||
      <tr>
 | 
			
		||||
        <td> </td>
 | 
			
		||||
        <td> </td>
 | 
			
		||||
      </tr>
 | 
			
		||||
      <tr>
 | 
			
		||||
        <td></td>
 | 
			
		||||
        <td>
 | 
			
		||||
          <a class="pull-right" href="{% url "django.contrib.auth.views.password_reset" %}">Forgot password</a>
 | 
			
		||||
        </td>
 | 
			
		||||
      </tr>
 | 
			
		||||
    </table>
 | 
			
		||||
    <input type="hidden" name="next" value="{% url "accounts_index" %}" />
 | 
			
		||||
  </form>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user