From d20017680bf6e8dfd2e4bcd69654a545f9a8350c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 16 Sep 2020 23:51:21 +0530 Subject: added active link for all pages to navbar added dropdowns removed starter files removed sentry completely --- app/templates/wtform.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/templates/wtform.html (limited to 'app/templates/wtform.html') diff --git a/app/templates/wtform.html b/app/templates/wtform.html deleted file mode 100644 index 6d9add5..0000000 --- a/app/templates/wtform.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends 'base.html' %} - -{% block main %} -

WTForms in Flask

-

Here we are using the Flask-WTF library to create and process a form. Flask-WTF also comes with CSRF protection and validation classes.

-
- {% include 'flash_messages.html' %} - {{ form.csrf_token }} -
- {{ form.firstname.label }} {{ form.firstname(class="form-control") }} -
-
- {{ form.lastname.label }} {{ form.lastname(class="form-control") }} -
-
- {{ form.email.label }} {{ form.email(class="form-control", placeholder="jdoe@example.com") }} -
- -
-{% endblock %} \ No newline at end of file -- cgit v1.2.3