Skip to content

Instantly share code, notes, and snippets.

View wilkyconsultants's full-sized avatar

Rob Wilkinson wilkyconsultants

  • Wilky Consultants Inc
  • Toronto
View GitHub Profile
@wilkyconsultants
wilkyconsultants / device_item_security_form.html
Last active November 5, 2023 21:10
django template for Editing Tag information
{% extends 'base.html' %}
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
{% block content %}
<style>
table {
font-size: 100%;
border-collapse: collapse; /* collapse the borders between cells */