summaryrefslogtreecommitdiff
path: root/client/html/user_registration.tpl
AgeCommit message (Collapse)Author
2019-04-21client: update fontawesomeHunternif
2017-01-21client: refactor linking and routingrr-
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
2016-12-22client/css: fix lists in comments css inheritancerr-
Markdown lists in comments inherited some unwanted CSS rules. The fix is to make the culprit rules apply to more specific elements.
2016-08-22client/users: stop native completionrr-
Disabled for user registration and editing where it causes more mess than good.
2016-08-05client/general: clean up, refactorrr-
2016-05-21client/general: use 'ctx' variable for templatesrr-
2016-05-18client/general: change templates extensionrr-
...from .Handlebars' (which the project no longer uses) .hbs, to a more generic .tpl. Additionally, replace hyphens with underscores for consistency.