fixed tam_pho image size
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 299 KiB After Width: | Height: | Size: 151 KiB |
BIN
cao_sunyata/static/img/bdh/bdh_tam_pho_save.JPG
Normal file
BIN
cao_sunyata/static/img/bdh/bdh_tam_pho_save.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 KiB |
@@ -41,7 +41,9 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Aucune entrée trouvée pour : [<span class="text-danger">{{ criteria }}</span>]</p>
|
{% if items : %}
|
||||||
|
<p>Aucune entrée trouvée pour : [<span class="text-danger">{{ criteria }}</span>]</p>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ def settings(request):
|
|||||||
sqlalchemy_version = pkg_resources.get_distribution("sqlalchemy").version
|
sqlalchemy_version = pkg_resources.get_distribution("sqlalchemy").version
|
||||||
sqlite_version = sqlite3.sqlite_version
|
sqlite_version = sqlite3.sqlite_version
|
||||||
python_version = sys.version
|
python_version = sys.version
|
||||||
app_version = '1.0' # pkg_resources.require("cao_sunyata")[0].version
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'page_title': "Paramètres",
|
'page_title': "Paramètres",
|
||||||
@@ -103,7 +102,6 @@ def settings(request):
|
|||||||
'sqlite_version' : sqlite_version,
|
'sqlite_version' : sqlite_version,
|
||||||
'sqlalchemy_version': sqlalchemy_version,
|
'sqlalchemy_version': sqlalchemy_version,
|
||||||
'python_version' : python_version,
|
'python_version' : python_version,
|
||||||
'app_version' : app_version,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user