Skip to content

Commit

Permalink
Wrong button placement
Browse files Browse the repository at this point in the history
  • Loading branch information
reactorcoremeltdown committed Mar 27, 2023
1 parent aa1f8b5 commit 973973c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends 'base.html'%}

{%block toolbar%}

{%endblock%}
<li class="nav-item">
<a class="nostyle" style="float:right; padding-right:10px" href="/edit/homepage">
<button class="btn btn-primary my-2 my-sm-0" type="submit">
Expand All @@ -14,6 +12,8 @@
</button>
</a>
</li>

{%endblock%}
{%block content%}


Expand Down

0 comments on commit 973973c

Please sign in to comment.