feature(ui): permettre la modification de fichiers par UI
This commit is contained in:
parent
5943791364
commit
f6a8dfe2f4
9 changed files with 315 additions and 1 deletions
|
@ -15,10 +15,11 @@
|
|||
<h1 class="heading1">Admin</h1>
|
||||
<div class="adminOptions">
|
||||
<button class="adminOption" onclick="location.href = '/admin/documents/upload'">Ajout de documents</a>
|
||||
<button class="adminOption" onclick="location.href = '/admin/documents/edit'">Modification des documents</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ template "footer-html" }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue