Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
63b3cd99
Commit
63b3cd99
authored
7 years ago
by
Todd Dembrey
Browse files
Options
Downloads
Patches
Plain Diff
Add semantic UI styling to the submission form
parent
a2bde750
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opentech/apply/dashboard/templates/dashboard/dashboard.html
+5
-0
5 additions, 0 deletions
opentech/apply/dashboard/templates/dashboard/dashboard.html
opentech/apply/dashboard/templates/dashboard/tables/table.html
+2
-1
2 additions, 1 deletion
...ech/apply/dashboard/templates/dashboard/tables/table.html
with
7 additions
and
1 deletion
opentech/apply/dashboard/templates/dashboard/dashboard.html
+
5
−
0
View file @
63b3cd99
{% 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>
...
...
This diff is collapsed.
Click to expand it.
opentech/apply/dashboard/templates/dashboard/tables/table.html
+
2
−
1
View file @
63b3cd99
{% 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 %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment