Switch to side-by-side view
--- a/ForgeTracker/forgetracker/templates/admin.html +++ b/ForgeTracker/forgetracker/templates/admin.html @@ -70,7 +70,7 @@ <form method="POST" action="set_custom_fields"> custom fields: - <input type="text" name="custom_fields" style="width:50%" value="${globals.custom_fields}"/> + <input type="text" name="custom_fields" style="width:50%" value="${custom_fields}"/> <input type="submit" value="Save"/> </form>