aboutsummaryrefslogtreecommitdiff
path: root/templates/blog_admin/partials/posts_topbar.html
blob: 1e486c31a6d0d4150a9e1cc3e99ac346ba84e8d1 (plain)
1
2
3
4
5
6
7
<div style="float: right; position: relative; top: -10px;">
    <form style="display: inline-block;" action="{% url 'blog-admin:posts-search' %}" method="get">
        <input style="display: inline;" type="text" name="q" placeholder="Search Posts" autocomplete="off"/>
        <input style="display: inline;" type="submit" value="Search" class="button" />
    </form>
    <span style="margin-left:10px;"><a href="{% url 'blog-admin:new-post' %}?mode=new" class="button button-special" style="text-decoration: none;">Create New Post</a></span>
</div>