Re: Widget for simple (not input) text

2014-08-28 Thread Yarick Antonov
Yes. Many thanks :) On Friday, August 29, 2014 6:14:10 AM UTC+4, Matt Gushee wrote: > > What do you want to do with this 'widget'? From your description, it > sounds like you could use a normal paragraph element -- which might > look something like this in a Django template: > >{{ some_text

Re: Widget for simple (not input) text

2014-08-28 Thread Matt Gushee
What do you want to do with this 'widget'? From your description, it sounds like you could use a normal paragraph element -- which might look something like this in a Django template: {{ some_text }} Does that not meet your needs? -- Matt Gushee On Thu, Aug 28, 2014 at 5:51 PM, Yarick Antono

Widget for simple (not input) text

2014-08-28 Thread Yarick Antonov
Does Django (or HTML itself) contain any sort of TextField, what represent not the form for text input but simple, static not editable text? I mean something like this: http://i.imgur.com/Nv0XN0J.png Is it possible to have a widget for that data, or i can use simple string to do this? -- You r