Re: Retaining text in search input boxes

2020-03-29 Thread Dick Arnold
appreciate it. Thanks for your previous ideas. On Saturday, February 15, 2020 at 1:16:18 PM UTC-6, OnlineJudge95 wrote: > > On Sun, Feb 16, 2020 at 12:22 AM Dick Arnold > wrote: > >> I have a personnel database which has to be edited to keep it current. >> I have created s

Re: Retaining text in search input boxes

2020-03-27 Thread Dick Arnold
y . > > On Thu, Feb 20, 2020, 12:14 PM Dick Arnold > wrote: > >> I used a value of {{attribute value}}. so it is nor a fixed value, but >> is the value submitted. Doesn't work well for drop down input fields. >> still researching. >> >> On Saturday, Febru

Re: Retaining text in search input boxes

2020-02-20 Thread Dick Arnold
I should have said {{attribute name}}, not value. On Saturday, February 15, 2020 at 12:50:59 PM UTC-6, Dick Arnold wrote: > > I have a personnel database which has to be edited to keep it current. > I have created search parameters to find the person to edit. > The exact name o

Re: Retaining text in search input boxes

2020-02-20 Thread Dick Arnold
On Thursday, February 20, 2020 at 4:14:18 AM UTC-6, Dick Arnold wrote: > > I used a value of {{attribute value}}. so it is nor a fixed value, but is > the value submitted. Doesn't work well for drop down input fields. still > researching. > > On Saturday, February 15, 2

Re: Retaining text in search input boxes

2020-02-20 Thread Dick Arnold
I used a value of {{attribute value}}. so it is nor a fixed value, but is the value submitted. Doesn't work well for drop down input fields. still researching. On Saturday, February 15, 2020 at 12:50:59 PM UTC-6, Dick Arnold wrote: > > I have a personnel database which has to be

Retaining text in search input boxes

2020-02-15 Thread Dick Arnold
I have a personnel database which has to be edited to keep it current. I have created search parameters to find the person to edit. The exact name of the person is not always known, therefore the name field for searching can contain only a few of the characters. This can create a list of

Re: Can't find image files

2020-01-31 Thread Dick Arnold
Didn't stay working for long. Needed one more change. the src also needs the application folder before the image file name. (contacts is the name of my applications folder.) On Monday, January 27, 2020 at 6:52:06 PM UTC-6, Dick Arnold wrote: > > My nice, new Django application is

Re: Can't find image files

2020-01-30 Thread Dick Arnold
, 2020 at 6:52:06 PM UTC-6, Dick Arnold wrote: > > My nice, new Django application is going along fairly well, although I > have run into a couple of roadblocks and need some help. The first problem > is my HTML statement: > > > > Here's the error message I get on my

Re: Can't find image files

2020-01-30 Thread Dick Arnold
ything I'm doing wrong? On Monday, January 27, 2020 at 6:52:06 PM UTC-6, Dick Arnold wrote: > > My nice, new Django application is going along fairly well, although I > have run into a couple of roadblocks and need some help. The first problem > is my HTML statement: > > &g

Can't find image files

2020-01-27 Thread Dick Arnold
My nice, new Django application is going along fairly well, although I have run into a couple of roadblocks and need some help. The first problem is my HTML Here's the error message I get on my terminal (command prompt) window: Not Found: /GAW.jpg [25/Jan/2020 11:51:50] "GET /GAW.jpg

How do I populate a table with data from a list file?

2019-12-04 Thread Dick Arnold
I have created a table by using css examples (similar to a spread sheet). However, all the examples that I have found populate the table manually by typing td entries in the html file. How can i accomplish this with django/Python code? I have looked everywhere I can find, but no luck so