|
|
@ -11,6 +11,8 @@ |
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> |
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> |
|
|
|
<!-- Icons --> |
|
|
|
<!-- Icons --> |
|
|
|
<link href="{{ request.static_url('ordr2:static/font/css/open-iconic-bootstrap.css') }}" rel="stylesheet"> |
|
|
|
<link href="{{ request.static_url('ordr2:static/font/css/open-iconic-bootstrap.css') }}" rel="stylesheet"> |
|
|
|
|
|
|
|
<!-- Forms by deform library --> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{request.static_url('deform:static/css/form.css')}}" type="text/css" media="screen" /> |
|
|
|
<!-- Custom styles for this scaffold --> |
|
|
|
<!-- Custom styles for this scaffold --> |
|
|
|
<link href="{{ request.static_url('ordr2:static/style.css') }}" rel="stylesheet"> |
|
|
|
<link href="{{ request.static_url('ordr2:static/style.css') }}" rel="stylesheet"> |
|
|
|
|
|
|
|
|
|
|
|