chore: add project files to visual studio project, fix horizontal separator
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="FlaskWebProject\lewy_globals.py" />
|
||||
<Compile Include="FlaskWebProject\routes.py" />
|
||||
<Compile Include="runserver.py" />
|
||||
<Compile Include="FlaskWebProject\__init__.py" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -4,7 +4,7 @@ def getCommit():
|
||||
repo = "<p>Brak informacji o wersji skryptu</p>"
|
||||
try:
|
||||
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:
|
||||
pass
|
||||
return repo
|
||||
@@ -49,7 +49,7 @@
|
||||
</script>
|
||||
|
||||
<!--!>Footer<-->
|
||||
<hr/>
|
||||
<hr style='width: 50%'/>
|
||||
{% block footer %}{% endblock %}
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user