tuning home.pt
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -4,6 +4,7 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
@@ -13,7 +14,6 @@
|
||||
"args": [
|
||||
"-v",
|
||||
"development.ini",
|
||||
"--reload"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"debugOptions": [
|
||||
|
||||
@@ -23,7 +23,7 @@ def execute_query(request, query, params):
|
||||
def get_users_agenda(request, user):
|
||||
if user == '':
|
||||
""" lire la liste des users ayant un agenda"""
|
||||
query = "SELECT * FROM p_users WHERE cd_uti != 'N' and cd_uti = agenda AND actif != 0 ORDER BY nom;"
|
||||
query = "SELECT * FROM p_users WHERE cd_uti = agenda AND actif != 0 ORDER BY nom;"
|
||||
results = request.dbsession.execute(query).fetchall()
|
||||
else:
|
||||
""" lire le user ayant un agenda"""
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<span class="info-box-number">RDF</span>
|
||||
<span class="info-box-text">À VALIDER : <span class="badge bg-red">${nb_rdf}</span></span>
|
||||
</div>
|
||||
</div>s
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
|
||||
Reference in New Issue
Block a user