Copyright and fix for test formatter (#107)

This commit is contained in:
Bao Le 2024-02-22 12:05:06 +08:00 committed by GitHub
parent c2f6dba462
commit df34e547ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 22 deletions

View file

@ -23,6 +23,12 @@
.button {
display:inline-block;
}
.copyright {
position: absolute;
bottom: 48px;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
{% endblock %}
@ -76,6 +82,9 @@
<button type="submit" id="download" class="button">{{_('Download')}}</button>
<a href="{{url('test_formatter_edit')}}?file_path={{file_path_getnames}}" id="edit" class="button">{{_('Edit')}}</a>
</div>
<div class="copyright">
<p >{{_('Copyright')}} Nguyễn Tiến Trung Kiên</p>
</div>
</div>