Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeier committed Aug 16, 2019
1 parent dc8faf4 commit 345d16d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions templates/view_blog_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab&display=swap"
rel="stylesheet"
/>

<!-- <link rel="stylesheet" type="text/css" href='css/custom.css'> -->
<style>
.center {
margin: auto;
Expand Down

0 comments on commit 345d16d

Please sign in to comment.