Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
django-dsgov
Commits
b73417d8
Commit
b73417d8
authored
Dec 03, 2024
by
Eduardo Silva
Browse files
atualizacao em componentes
#3
parent
90c77434
Changes
3
Show whitespace changes
Inline
Side-by-side
tests/django_dsgov_test1/django_dsgov_test1/urls.py
View file @
b73417d8
...
@@ -76,5 +76,6 @@ urlpatterns = [
...
@@ -76,5 +76,6 @@ urlpatterns = [
{
'icon'
:
'fas fa-star'
,
'content'
:
'Texto principal 2'
,
'meta'
:
'Meta 2'
}
{
'icon'
:
'fas fa-star'
,
'content'
:
'Texto principal 2'
,
'meta'
:
'Meta 2'
}
]}),
name
=
"list"
),
]}),
name
=
"list"
),
path
(
"breadcrumb/"
,
TemplateView
.
as_view
(
template_name
=
'examples_breadcrumb.html'
),
name
=
"breadcrumb"
),
path
(
"breadcrumb/"
,
TemplateView
.
as_view
(
template_name
=
'examples_breadcrumb.html'
),
name
=
"breadcrumb"
),
path
(
"pagination/"
,
TemplateView
.
as_view
(
template_name
=
'examples_pagination.html'
),
name
=
"pagination"
),
path
(
"tag/"
,
TemplateView
.
as_view
(
template_name
=
'examples_tag.html'
),
name
=
"tag"
),
path
(
"tag/"
,
TemplateView
.
as_view
(
template_name
=
'examples_tag.html'
),
name
=
"tag"
),
]
]
tests/django_dsgov_test1/templates/examples_pagination.html
0 → 100644
View file @
b73417d8
{% extends "dsgov/base.html" %}
{% load br_components %}
{% load static %}
{% block title %}
Exemplo de Pagination
{% endblock %}
{% block content %}
<div
class=
"container"
>
{% br_pagination %}
</div>
{% endblock %}
\ No newline at end of file
tests/django_dsgov_test1/templates/index.html
View file @
b73417d8
...
@@ -104,6 +104,16 @@
...
@@ -104,6 +104,16 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"br-item"
role=
"listitem"
>
<div
class=
"row align-items-center"
>
<div
class=
"col-auto"
>
<i
class=
"fa-solid fa-sitemap"
aria-hidden=
"true"
></i>
</div>
<div
class=
"col"
>
<a
href=
"{% url 'pagination' %}"
>
Exemplos de Pagination
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment