Skip to content

Instantly share code, notes, and snippets.

View Kevinvincentals's full-sized avatar

Kevin Vincent Als Kevinvincentals

  • Connect365 ApS
  • Odense, Denmark
  • 10:40 (UTC +02:00)
View GitHub Profile
{% extends "base.html" %}
{% block content %}
<div class="container">
<h1>Alle brugere</h1>
<div class="d-flex justify-content-between mb-3">
<form class="form-inline">
<label class="sr-only" for="search-field">Søg efter bruger</label>
<input type="text" class="form-control mr-sm-2" id="search-field" placeholder="Søg efter bruger">
</form>