Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
Note Kfet 2015 django
Commits
7e1bfd64
Commit
7e1bfd64
authored
Aug 27, 2019
by
raida
Browse files
It works ! Remove debugs
parent
9806a756
Changes
2
Hide whitespace changes
Inline
Side-by-side
note/templates/note/page_form.html
View file @
7e1bfd64
...
...
@@ -9,14 +9,6 @@
{% endblock %}
{% block content %}
{% if wei or quest or old %}
<h1>
DEBUG part
</h1>
{% if old %} {{ old }} {% endif %}
{% if wei %} {{ wei }} {% endif %}
{% if quest %} {{ quest }} {% endif %}
{% endif %}
<h1>
{% trans "Questionnaire d'ambiance" %}
</h1>
<p>
...
...
note/views.py
View file @
7e1bfd64
...
...
@@ -1716,10 +1716,6 @@ def WEI1Aalgo(request, sock, kwargs):
variables
[
"liste"
]
=
algo1a
.
test
(
True
,
request
.
session
[
"quest"
].
split
(
"#"
),
1
)
# DEBUG
variables
[
"wei"
]
=
request
.
session
[
"wei1A2019"
].
copy
()
variables
[
"quest"
]
=
request
.
session
[
"quest"
]
else
:
messages
.
add_error
(
request
,
"Requête inattendue : {}"
.
format
(
request
.
method
))
return
HttpResponseRedirect
(
"{}wei/1a/"
.
format
(
settings
.
NOTE_ROOT_URL
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment