What is db.TextProperty!? Is it Django?
Where the "result" variable comes from?
please read:
https://docs.djangoproject.com/en/1.7/ref/models/
On 03/27/2015 10:20 AM, Akash Patni wrote:
Hi This is my html
{% block content %}
src="/site_media/images/digital-assets-note-icon.png"
Hi This is my html
{% block content %}
View Notes
See your notes details.
{% for i in result %}
Note Title
{{i.note_title}}
Note
*{{i.note}*
Beneficiaries
{% if all_nominees %}
{% for nominee in all_nominees %}
Hello,
You could provide us more information when asking for
help please. Your template and view code at least.
I guess your problem is in your HTML but to be sure, please
dump your information at the POST request to see what
is send. Then review your template. Maybe there's a "name"
attribute o
3 matches
Mail list logo