Added some documentation.

This commit is contained in:
Stephan Porada
2019-03-01 20:55:41 +01:00
parent 96e84d083d
commit 27aa61d91a
37 changed files with 277 additions and 115 deletions

View File

@ -1,6 +1,8 @@
{% extends "blog/base.html" %}
{% load render_table from django_tables2 %}
<!-- This template is used to create the page of one protocol. -->
{% block content %}
<div class="container">
<div class="row">

View File

@ -1,6 +1,8 @@
{% extends "blog/base.html" %}
{% load render_table from django_tables2 %}
<!-- This template is used to create the page for the searchable protocol list. -->
{% block content %}
<div class="container">
<div class="row">

View File

@ -1,6 +1,8 @@
{% extends "blog/base.html" %}
{% load render_table from django_tables2 %}
<!-- This template is used to create the page of one speech. -->
{% block content %}
<div class="container">
<div class="row">

View File

@ -1,6 +1,8 @@
{% extends "blog/base.html" %}
{% load render_table from django_tables2 %}
<!-- This template is used to create the page for the searchable speeches list. -->
{% block content %}
<div class="container">
<div class="row">

View File

@ -1,5 +1,9 @@
{% load django_tables2 %}
{% load i18n %}
<!-- This template creates a table template which is used by the different table
classes defined in tables.py. Mostly used to display search results. -->
{% block table-wrapper %}
{% block table %}
<table {% render_attrs table.attrs %} class="highlight">