Fix caching and tweak design
This commit is contained in:
parent
8aba17f742
commit
98a2f8dbf8
9 changed files with 82 additions and 51 deletions
|
@ -10,7 +10,7 @@
|
|||
<div id="following">
|
||||
{% for (follow_id, follow) in following_data %}
|
||||
{% if session.logged_in %}
|
||||
<div style="margin-left:90px;padding-bottom:5px;margin-bottom:15px;">
|
||||
<div style="margin-left:90px;padding-bottom:5px;margin-bottom:15px;display:inline-block;">
|
||||
<form action="/api/undo" class="action-form" method="POST">
|
||||
<input type="hidden" name="redirect" value="{{ request.path }}"/>
|
||||
<input type="hidden" name="id" value="{{ follow_id }}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue