Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- {% extends "base.html" %} {% block content %}
-
- <form id="searchform" action="{% url 'blog_search_list_view' %}" method="get" accept-charset="utf-8">
- <button class="searchbutton" type="submit">
- <i class="fa fa-search"></i>
- </button>
- <input class="searchfield" id="searchbox" name="q" type="text" placeholder="Search">
- </form>
- <div class="table-responsive">
- <table class="table table-striped table-bordered table-hover">
- </table>
- </div>
- {% endblock %}
|