diff --git a/app/main/views.py b/app/main/views.py index 03c6064d..e40bdd80 100644 --- a/app/main/views.py +++ b/app/main/views.py @@ -26,7 +26,7 @@ def dashboard(): return render_template('main/dashboard.html.j2', title='Dashboard') -@main.route('/poster') +@main.route('/poster', methods=['GET', 'POST']) def poster(): login_form = LoginForm(prefix='login-form') if login_form.validate_on_submit(): @@ -37,5 +37,5 @@ def poster(): login_user(user, login_form.remember_me.data) return redirect(url_for('main.dashboard')) flash('Invalid email/username or password.') - return render_template('main/poster_stephan.html.j2', login_form=login_form, + return render_template('main/poster.html.j2', login_form=login_form, title=' ') diff --git a/app/templates/main/index.html.j2 b/app/templates/main/index.html.j2 index d8694c7f..eb5eaa3e 100644 --- a/app/templates/main/index.html.j2 +++ b/app/templates/main/index.html.j2 @@ -24,6 +24,8 @@

Why you should use nopaque

+

Wouldn't it be nice to have a tool that saves you time and trouble so that you can solely focus on your research?
+ nopaque is a custom-built web application for researchers who want to get out more of their images and texts without having to bother about the technical side of things. You can focus on what really interests you, nopaque does the rest.

@@ -36,17 +38,17 @@
cloud

Cloud infrastructure

-

All computational work is processed within nopaques cloud infrastructure. You don't need to install any software, great right?

+

All computational work is processed within nopaque’s cloud infrastructure. You don't need to install any software. Great, right?

group

User friendly

-

By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.

+

You can start right away without having to read mile-long manuals. All services come with default settings that make it easy for you to just get going. Also great, right?

settings -

Passt gut zum Prozess

-

We have provided detailed documentation as well as specific code examples to help new users get started.

+

Meshing processes

+

No matter where you step in, nopaque facilitates and accompanies your research. Its workflow perfectly ties in with your research process.

@@ -55,7 +57,7 @@