Skip to content

GoogleForm' object has no attribute 'as_ul' #2

Description

@olimpo88

Could you help me?
Surely I am feeling some error, when using its module

My model.py
class Encuesta(models.Model):
id_encuesta=models.AutoField(primary_key=True)
form_code = GoogleFormCodeField((u'Form'), help_text=(u'Debe copiar la URL del formulario de google'), max_length=255)
nombre = models.CharField(max_length=100, verbose_name=u'Nombre')

My view.py
e=Encuesta.objects.get(id_encuesta=4)
form = GoogleForm(e.form_code)
print form.as_ul()

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions