uncia/uncia/frontend/templates/login.haml

13 lines
411 B
Plaintext

- extends "base.html"
- set title = 'Login'
- block content
%div{'class': 'section', 'id': 'auth'}
%h2{'class': 'title'} Login
%form{'action': 'https://{{config.host}}/login', 'method': 'post'}
%input{'type': 'text', 'name': 'username', 'placeholder': 'username'}
%br
%input{'type': 'password', 'name': 'password', 'placeholder': 'password'}
%br
%input{'type': 'submit', 'value': 'submit'}