compscidr / goblog

Simple blogging platform built with golang. Built on top of gin and gorm. Auth with github. REST / CRUB API backend and templated frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit view

compscidr opened this issue · comments

Currently when logged in as admin, you see the edit view of the page by default. This should be changed such that an "edit" link must be clicked, otherwise show the normal view that everyone else sees (with an edit link)

Resolved by: 192ab25