Questions tagged as 'template'

0
answers

Multi-level Treeview Menu does not work in AdminLTE

Problem: Home I'm using the AdminLTE 2 template (very good template!) In the project that uses the Laravel Framework . I've been able to include all the files and configure the layout to be displayed on SideBar and everything works fine....
asked by 24.07.2018 / 19:41
1
answer

Set a css class and render the form in django

I created the following class: from django import forms class FormDefault(forms.Form): def __init__(self, *args, **kwargs): super(FormDefault, self).__init__(*args, **kwargs) for field_name, field in self.fields.items():...
asked by 04.08.2018 / 04:59
1
answer

Translation error on adminLTE template buttons

I have developed a project that uses the adminLTE template and the Laravel Framework. But when migrating the project to the production server the buttons in the template are unconfigured. I need your help to solve this problem, follow the images...
asked by 25.07.2018 / 15:14
2
answers

Consume api - Angular

Good evening I'm consuming an api of movies on Angular. But I can not display in the template, in the console.log this is appearing right, but I can not pass the value pro template My component: import { Component, OnInit } from '@angular/c...
asked by 01.06.2018 / 00:31
0
answers

How to call a function from the component to the template?

Good morning, I'm trying to call a function that displays data from my database. But I'm not sure how to call the template. import { DatabaseProvider } from './../../providers/database/database'; import { AreasProvider, Areas } from '....
asked by 06.05.2018 / 14:55
1
answer

Blank line template Elixir

This code displays a message if it exists, but when it does not exist, it displays a white line: <%= if @comprovante["transacao"]["complemento"] do %>OBSERVACAO: <%= @comprovante["transacao"]["complemento"]%><% else %><% e...
asked by 19.04.2018 / 19:28
1
answer

for in range on the flask template

I'm in doubt, the API I'm getting returns me two data types "ID" and "Title" are various id and title and wanted to throw this in my table in a "for" template. I wanted to know if what I did is right because it does not return anything. code...
asked by 10.04.2018 / 17:25
0
answers

How to insert JS angle template ready in a Spring project?

I work with the back end using java with Spring and decided to venture into the angular. But as I do not have much patience I decided to use a template ready that I downloaded on a website. The question is how to add this template to the exis...
asked by 14.03.2018 / 23:26
1
answer

DJANGO Rendering one FOR within another

I have a situation that is as follows: I need to do in one html TableA where I have to show the totals and line and the values that make up this totalizer, as a small example below Recipes = 100,000.00     Salaries = 60,000.00     Extras...
asked by 14.03.2018 / 02:56
0
answers

Help understand a code with Currying feature

I'm studying a tutorial on the following link: Roll Your Own Templating System in PHP The author in the code part did not format properly but is not complex to adjust. So I've been doing it, yet in a part I've grabbed. I did not understa...
asked by 14.01.2018 / 23:52