summaryrefslogtreecommitdiff
path: root/src/user_content.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user_content.hpp')
-rw-r--r--src/user_content.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user_content.hpp b/src/user_content.hpp
index 756f314..29df43d 100644
--- a/src/user_content.hpp
+++ b/src/user_content.hpp
@@ -22,6 +22,7 @@ struct login_form : public cppcms::form {
struct register_user_form : public cppcms::form {
apps::strusCms &cms;
cppcms::widgets::text username;
+ cppcms::widgets::text printName;
cppcms::widgets::password password;
cppcms::widgets::password password2;
cppcms::widgets::text email;