Start Theme Repo
This commit is contained in:
33
views/pieces/submissions/result-message.twig
Normal file
33
views/pieces/submissions/result-message.twig
Normal file
@@ -0,0 +1,33 @@
|
||||
{% if submission_post_id == 0 %}
|
||||
|
||||
<b>{{ __( "No valid post ID provided.", "romhackplaza" ) }}</b>
|
||||
|
||||
{% elseif submission_result == "edit-successful" %}
|
||||
|
||||
{{ __( "Your changes were recorded successfully!", "romhackplaza" ) }}
|
||||
|
||||
{% include "pieces/submissions/result-what-now.twig" %}
|
||||
|
||||
{% elseif submission_result == "submit-successful" %}
|
||||
|
||||
{{ __( "Your entry was recorded!", 'romhackplaza' ) }}
|
||||
|
||||
{% if submission_author_is_verified %}
|
||||
|
||||
{{ __( "Since you are verified, your submission can be seen on the home page or on the my drafts page if you chose not to publish it.", 'romhackplaza' ) }}
|
||||
|
||||
{% else %}
|
||||
|
||||
{{ __("Since you are not a verified member, your submission is pending review by a staff member. You can see it on the submissions queue.") }}
|
||||
<br>
|
||||
{{ __( "We'll get to it as soon as possible.", 'romhackplaza' ) }}
|
||||
<br>
|
||||
{{ __( "To avoid wait times, you can also ", "romhackplaza" ) }}<a href="/how-to-become-verified">{{ __( "become verified", 'romhackplaza') }}</a>.
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
||||
<b>{{ __( "Do you want a coffee?", "romhackplaza" ) }}</b>
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user