Commit 7fe0932e authored by Eduardo Silva's avatar Eduardo Silva
Browse files

Adicionando pastas nao enviadas no commit anterior #2

parent 7ad840e6
......@@ -14,7 +14,7 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
!/static/dist/
downloads/
eggs/
.eggs/
......
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
<button class="br-button"></button>
\ No newline at end of file
......@@ -94,7 +94,7 @@ def br_header(title="", subtitle="", title_extra="", logo_url="", links="", sear
'header_sign_style': header_sign_style
}
return render_to_string('components/header.html', context)
return render_to_string('dsgov/components/header.html', context)
@register.simple_tag
def br_list(title, items):
......@@ -103,7 +103,7 @@ def br_list(title, items):
"title": title,
"items": items,
}
return render_to_string("components/list.html", context)
return render_to_string("dsgov/components/list.html", context)
@register.simple_tag
def br_list_footer(title, items):
......@@ -112,7 +112,7 @@ def br_list_footer(title, items):
"title": title,
"items": items,
}
return render_to_string("components/list_footer.html", context)
return render_to_string("dsgov/components/list_footer.html", context)
@register.simple_tag
def br_footer(copyright="", lists="", logo_url="", acesso_a_info_image="", emec_image=""):
......@@ -129,7 +129,7 @@ def br_footer(copyright="", lists="", logo_url="", acesso_a_info_image="", emec_
"acesso_a_info_image": acesso_a_info_image
}
return render_to_string('components/footer.html', context)
return render_to_string('dsgov/components/footer.html', context)
@register.simple_tag
def br_carousel(imagens=""):
......@@ -138,7 +138,7 @@ def br_carousel(imagens=""):
'imagens': imagens
}
return render_to_string('components/carousel.html', context)
return render_to_string('dsgov/components/carousel.html', context)
@register.simple_tag
def br_menu():
......@@ -147,7 +147,7 @@ def br_menu():
}
return render_to_string('components/menu.html', context)
return render_to_string('dsgov/components/menu.html', context)
@register.simple_tag
def br_breadcrumb():
......@@ -156,4 +156,4 @@ def br_breadcrumb():
}
return render_to_string('components/breadcrumb.html', context)
return render_to_string('dsgov/components/breadcrumb.html', context)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment