diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-25 17:12:34 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-25 17:12:34 +0100 |
| commit | 71308d25d593223037c4d8b1e0b150a8b06f9311 (patch) | |
| tree | c6ba5454e6b76a3fb18b14ba76356b9d06e391f2 /app/templates/packages/view.html | |
| parent | 211ed7c6fd223f293f5065b05127b95496b52cca (diff) | |
| download | cheatdb-71308d25d593223037c4d8b1e0b150a8b06f9311.tar.xz | |
Fix bugs with edit EditRequests
Fixes #63
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 59a1501..c3dbb34 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -86,7 +86,7 @@ <li><a href="{{ package.getNewScreenshotURL() }}">Add screenshot</a></li> {% endif %} {% if current_user.is_authenticated %} - <!-- <li><a href="{{ package.getCreateEditRequestURL() }}">Suggest Change</a></li> --> + <li><a href="{{ package.getCreateEditRequestURL() }}">Suggest Changes</a></li> {% endif %} {% if package.checkPerm(current_user, "MAKE_RELEASE") %} <li><a href="{{ package.getCreateReleaseURL() }}">Create Release</a></li> |
