remove PUT /user/<id>

This commit is contained in:
Leo Hemsted
2017-11-09 19:10:49 +00:00
parent 15bf888624
commit 6332058781
3 changed files with 1 additions and 130 deletions

View File

@@ -563,7 +563,7 @@ class Template(db.Model):
nullable=False,
default=NORMAL
)
redact_personalisation = association_proxy('template_redacted', 'redact_personalisation')
def get_link(self):