chore: add project files to visual studio project, fix horizontal separator
This commit is contained in:
@@ -28,6 +28,8 @@
|
|||||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="FlaskWebProject\lewy_globals.py" />
|
||||||
|
<Compile Include="FlaskWebProject\routes.py" />
|
||||||
<Compile Include="runserver.py" />
|
<Compile Include="runserver.py" />
|
||||||
<Compile Include="FlaskWebProject\__init__.py" />
|
<Compile Include="FlaskWebProject\__init__.py" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ def getCommit():
|
|||||||
repo = "<p>Brak informacji o wersji skryptu</p>"
|
repo = "<p>Brak informacji o wersji skryptu</p>"
|
||||||
try:
|
try:
|
||||||
repo = Repo(search_parent_directories=True).head.object.hexsha
|
repo = Repo(search_parent_directories=True).head.object.hexsha
|
||||||
repo = f"<p>Commit: <a href='https://gitea.7o7.cx/roberteam/lewangoalski/commit/{repo}' style='width: 50%'>{repo[:11]}</a></p>"
|
repo = f"<p>Commit: <a href='https://gitea.7o7.cx/roberteam/lewangoalski/commit/{repo}'>{repo[:11]}</a></p>"
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
return repo
|
return repo
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--!>Footer<-->
|
<!--!>Footer<-->
|
||||||
<hr/>
|
<hr style='width: 50%'/>
|
||||||
{% block footer %}{% endblock %}
|
{% block footer %}{% endblock %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user