Skip to content
Snippets Groups Projects
Commit 63b3cd99 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add semantic UI styling to the submission form

parent a2bde750
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% load render_table from django_tables2 %}
{% block extra_css %}
{# To remove after the demo and we have some style #}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css"/>
{% endblock %}
{% block content %}
<h1>Recieved Content</h1>
<h3>Track and explore recent submissions</h3>
......
{% extends 'django_tables2/table.html' %}
{% extends 'django_tables2/semantic.html' %}
{# Change back to after demo: extends 'django_tables2/table.html' #}
{# example of how to extend the table template #}
{% block table.tbody.row %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment