1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-04-05 21:15:25 +00:00
This commit is contained in:
aiminick 2021-04-12 02:17:48 +08:00
parent cd798eb9b7
commit 156cfb40dd
22 changed files with 1069 additions and 319 deletions

View file

@ -10,7 +10,8 @@
{% block content %}
<div class="page-header">
<a class="" href="/"><h1>WebVirtCloud</h1></a>
<div style="text-align:center;color:black"><h2>{% trans "WebVirtCloud" %}</h2></div>
<!-- <a class="" href="/"><h1>WebVirtCloud</h1></a> -->
</div>
<div class="col-12" role="main">
{% if form.errors %}
@ -27,4 +28,4 @@
<button class="btn btn-lg btn-success btn-block" type="submit">{% trans "Sign In" %}</button>
</form>
</div>
{% endblock %}
{% endblock %}