Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template request name too long #263

Closed
gillestasse opened this issue Mar 20, 2015 · 1 comment
Closed

Template request name too long #263

gillestasse opened this issue Mar 20, 2015 · 1 comment

Comments

@gillestasse
Copy link

If it do :

_data={"query":'{"animal":{"valnr":"","nafn":"","lambnum":"undefined","birthyear":"","kyn":"","kynstada":"undefined","afdrif":"","status":"","afdrif_lamb":"","numlambs":"","color":"","color_char":"","horn":"","color_prop":"","ram_type":"","uppgjor":""},"page":"1","query":"normal"}'}
self.client.get("/search_animals_query",params=_data)

I end up with a table:
image

By adding :

style="white-space: nowrap; overflow: hidden;text-overflow: ellipsis; max-width: 200px;"

In index.html line 182 in the td tag. I got a better layout :
image

@justiniso
Copy link
Member

I think this is better solved by adding the name= argument rather than hiding data from the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants