From ee3cd8844fcb323edfcbdabcb53bfd61690ca5fd Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Thu, 10 Jan 2019 18:00:40 +0100 Subject: [PATCH] removed useless template attempts --- .DS_Store | Bin 6148 -> 6148 bytes templates/.DS_Store | Bin 0 -> 6148 bytes templates/form-template.html | 42 ----------------------------------- templates/login.html | 28 ----------------------- 4 files changed, 70 deletions(-) create mode 100644 templates/.DS_Store delete mode 100644 templates/form-template.html delete mode 100644 templates/login.html diff --git a/.DS_Store b/.DS_Store index bb44c2a4ebcdd28f9020b6039185eacc1aed8f0e..b8ca9541f369b7e9c1bbc83ee9ea266a40e134cb 100644 GIT binary patch delta 64 zcmZoMXffE3#=^qDz`!#(i^Y(UWAYpp6A+hs606AM7cB80Hs@q-*1i1Z7PUGG)rJNJ QMmh>+mZqD<+1?5Q0MMciy#N3J delta 60 zcmZoMXffE3#=`O+2qtH-7&0mhvb%ypG~!R6&d1g>KZ+r{t%aO{nUhRr z?j>K5$puhW@4E}21F)o<;={t+?78{OjxtlIbguD&2R!4AahO%_Pgrk<9q#ao?WF$+ z=eXxukLa)aVY}&vjn@KK)U!{w{fjCq0wN#+A|L`HaFBq_UfS{`R8a&(Km>jW*!Q8* zOYok -
-
- {{ form.name(placeholder='Joe Blah') }} {{ form.name.label }} - {% if form.name.errors %} -
    {% for error in form.name.errors %}
  • {{ error }}
  • {% endfor %}
- {% endif %} -
- -
- {{ form.password }} {{ form.password.label }} - {% if form.password.errors %} -
    {% for error in form.password.errors %}
  • {{ error }}
  • {% endfor %}
- {% endif %} -
-
- {{ form.confirm }} {{ form.confirm.label }} - {% if form.confirm.errors %} -
    {% for error in form.password.errors %}
  • {{ error }}
  • {% endfor %}
- {% endif %} -
-
- {{ form.website(placeholder='http://example.com') }} {{ form.website.label }} -
-
- -
-
- - -{% for message in get_flashed_messages() %} -
- - {{ message }} -
-{% endfor %} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html deleted file mode 100644 index 5c73808..0000000 --- a/templates/login.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - Login - - - - {% if message %} -

{{ message }}

- {% endif %} - -
-

- - -

-

- - -

-

- -

-
- - - \ No newline at end of file