mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
link to db export
This commit is contained in:
parent
91315e280f
commit
cd748f1403
1 changed files with 6 additions and 0 deletions
|
|
@ -85,6 +85,12 @@ impl Page for AboutPage {
|
|||
a href = "/api" { "API Documentation" }
|
||||
" for details."
|
||||
}
|
||||
|
||||
p {
|
||||
"Additionally, a weekly export of the database can be downloaded is available "
|
||||
a href = "https://freezer.demos.tf/database/demostf.sql.gz" title = "database export" { "here" }
|
||||
"."
|
||||
}
|
||||
}
|
||||
section {
|
||||
.title {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue