Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e2afc60 authored by Nicolas Gelot's avatar Nicolas Gelot Committed by Romain Hunault
Browse files

Move success message to the main tpl

parent 25bd5b02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,5 +63,6 @@
{% include {{ recovery_install_template_path }} %}
{% include {{ copy_partitions_template_path }} %}
{% include {{ install_e_template_path }} %}
{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}
{% include templates/maintainers.md %}
{% include {{ help_template_path }} %}
+0 −1
Original line number Diff line number Diff line
@@ -53,4 +53,3 @@ On /e/OS Recovery Main Screen:
1. Go back to the main screen and select `Reboot system now` 
    > The reboot process may take 5 - 10 minutes
{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -51,4 +51,3 @@

{% include alerts/warning.html content="Avoid installing any additional apps or services if suggested by the recovery. They may cause your device to bootloop, as well as attempt to access and or corrupt your data." %}
{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -52,4 +52,3 @@

{% include alerts/tip.html content= "If you find an issue with this installation document or if you want to suggest improvements, Please share your suggestion in [this document](https://community.e.foundation/t/fairphone-fp3-fp3-documentation-suggestions/20955) "%}
{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ Once you have completed the above steps and before rebooting you can lock your
   - `fastboot flashing lock`
   - Approve with  <kbd>Volume +</kbd> then <kbd>power</kbd>

{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}


Loading