2018-10-12 15:37:13 -04:00
|
|
|
---
|
|
|
|
|
title: Registration of New Users
|
|
|
|
|
---
|
|
|
|
|
## Registration of New Users
|
|
|
|
|
|
|
|
|
|
Be sure to edit views/pug/profile.pug, line 11:
|
|
|
|
|
<br>
|
|
|
|
|
```pug
|
|
|
|
|
h1.border.center FCC Advanced Node and Express
|
|
|
|
|
```
|
|
|
|
|
into
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
```pug
|
|
|
|
|
h1.border.center Profile Home
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
or else the tests wouldn't pass
|
|
|
|
|
<br>
|
2019-03-05 14:27:17 -06:00
|
|
|
<br>
|