You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge, chrome=1'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
|
|
<title>Archilance</title>
|
|
|
|
<link rel='stylesheet' href='{% static "lib/jquery-ui/jquery-ui.css" %}'>
|
|
<link rel='stylesheet' href='{% static "css/bootstrap.css" %}'>
|
|
</head>
|
|
|
|
<body>
|
|
<div class='container-fluid'>
|
|
<div class='row'>
|
|
<div class='col-xs-12' style='margin-top: 15px'>
|
|
{# {% url 'projects:customer-offer-order-answerless' contractor_id=11 project_id=485 as url %}#}
|
|
{# #}
|
|
{# <form action="{{ url }}" method="POST" novalidate>#}
|
|
{# {% csrf_token %}#}
|
|
{# #}
|
|
{# <button type="submit">{{ url }}</button>#}
|
|
{# </form>#}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src='{% static "lib/lodash/lodash.js" %}'></script>
|
|
<script src='{% static "lib/lodash/lodash.fp.js" %}'></script>
|
|
<script src='{% static "js/jquery-2.2.3.min.js" %}'></script>
|
|
<script src='{% static "js/bootstrap.min.js" %}'></script>
|
|
|
|
<script src='{% static "my-libs.js" %}'></script>
|
|
</body>
|
|
</html>
|
|
|