Added Edit button to profile page.

This commit is contained in:
Marcus Scholz 2020-12-25 16:00:29 +01:00
parent 9f369456d5
commit dac63e99ba
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@
<span class="LP-Paragraph">{{asset_count}}</span>
</td>
</tr>
<tr>
<td>
<a href="/explorer/update/"><button class="LP-Button LP-Button">{% trans 'Edit Profile' %}</button></a>
</td>
</tr>
</table>
</div>
</div>