Add note telling people to refresh
[akkoma] / lib / pleroma / web / templates / akkoma_api / frontend_switcher / switch.html.eex
1 <h2>Switch Frontend</h2>
2
3 <h3>After you submit, you will need to refresh manually to get your new frontend!</h3>
4
5 <%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
6 <%= select(f, :frontend, @choices) %>
7
8 <%= submit do: "submit" %>
9 <% end %>
10