Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .Dockerfile.swp
Binary file not shown.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ WORKDIR /code
COPY requirements.txt .
RUN pip install -r requirements.txt
ADD . /code

4 changes: 0 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<html lang="en">

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
Expand All @@ -24,7 +23,6 @@
<link href="{% static "css/coming-soon.min.css" %}" rel="stylesheet">

</head>

<body>
<!-- Barra de navegação -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand Down Expand Up @@ -101,7 +99,6 @@
</ul>
</div>
</nav>

<!-- Fim da barra de navegação -->

{% block content %}
Expand All @@ -116,7 +113,6 @@

<!-- Custom scripts for this template -->
<script src="{% static "js/coming-soon.min.js" %}"></script>

</body>

</html>