diff --git a/core/templates/lembrar_senha.html b/core/templates/lembrar_senha.html deleted file mode 100644 index faa08d5..0000000 --- a/core/templates/lembrar_senha.html +++ /dev/null @@ -1,169 +0,0 @@ - -{% load static %} - - - - - - - - - - - - - - - - Projeto Amadeus - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
  -
Entrar
-
- - -
-
-
- - - - - - - - -
- - O Projeto -  |  - Grupo CCTE -
-
-

Lembrar senha

-
-
- -
-
-
- -
-
-
-
- - -
-
Endereço de e-mail
-
-
Seu endereço de e-mail (exemplo@mail.com)
-
-
- - -
-
-
-
- - - - - - -
-
Copyright Amadeus. Todos os direitos reservados
-
- -
- - diff --git a/core/templates/registration/passwor_reset_form.html b/core/templates/registration/passwor_reset_form.html index f662845..8dfe5bf 100644 --- a/core/templates/registration/passwor_reset_form.html +++ b/core/templates/registration/passwor_reset_form.html @@ -1,32 +1,58 @@ {% extends "index.html" %} {% load i18n static %} +{% block content%} -{% block content %} - -
- <
-
-
-
-
- logo amadeus -
-
+
+
+
+
+
+
+ logo amadeus +
-
-
- - -

Recuperar a senha

-
- {% csrf_token %} - {{ form.email }} -

-
- -
-
+
+
+ {% if success %} + + {% elif danger %} + + {% endif %} +
+
+
+
+ {% csrf_token %} +
+ + +
+
+ + +
+
+
+
+
+
+
+
{% endblock content %} diff --git a/core/templates/remember_password.html b/core/templates/remember_password.html deleted file mode 100644 index 15aaa5c..0000000 --- a/core/templates/remember_password.html +++ /dev/null @@ -1,62 +0,0 @@ -{% extends "index.html" %} -{% load i18n static %} -{% block content%} - -
-
-
-
-
-
- logo amadeus -
-
-
-
-
-
- {% if success %} - - {% elif danger %} - - {% endif %} -
-
-
-
- {% csrf_token %} -
- - -
-
- - -
-
- - -
-
-
-
-
-
-
-
- -{% endblock content %} diff --git a/courses/urls.py b/courses/urls.py index 140fc74..cb3c483 100644 --- a/courses/urls.py +++ b/courses/urls.py @@ -26,4 +26,5 @@ urlpatterns = [ url(r'^forum/', include('forum.urls', namespace = 'forum')), url(r'^poll/', include('poll.urls', namespace = 'poll')), + ] diff --git a/exam/templates/exam/form_exam.html b/exam/templates/exam/form_exam.html new file mode 100644 index 0000000..55ccb58 --- /dev/null +++ b/exam/templates/exam/form_exam.html @@ -0,0 +1,60 @@ +
+
+

New Exam

+
+
+
+ +
+ + +
+ +
+ + +
+
+ +
+ + +
+
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ + -- libgit2 0.21.2