-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,32 +45,24 @@ | |
</ul> | ||
{% else %} | ||
<form class="form-inline ml-auto"> | ||
<!-- <a href="{% url 'login' %}" class="btn btn-outline-secondary mfont">Log in</a> --> | ||
<a href="{% url 'account_login' %}" class="btn btn-outline-secondary mfont">Log in</a> | ||
<!-- <a href="{% url 'signup' %}" class="btn btn-primary ml-2 mfont">Sign up</a> --> | ||
<a href="{% url 'account_signup' %}" class="btn btn-primary ml-2 mfont">Sign up</a> | ||
</form> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
{% block content %} | ||
{% endblock %} | ||
|
||
{% endblock body %} | ||
|
||
</body> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- <div class="d-flex justify-content-center "> --> | ||
<footer class="navbar-fixed-bottom "> | ||
<!-- <footer class="page-footer font-small navbar bottom""> --> | ||
<p class="text-center mb-0"> <a href="mailto:[email protected]"> Contact </a> </p> | ||
<p class="text-center mb-0"> © 2019 Copyright: <a href=""> babyl.online</a> </p> | ||
</footer> | ||
<!-- </div> --> | ||
|
||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters