Files

20 lines
348 B
Markdown
Raw Normal View History

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
```
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;into
<br>
```pug
h1.border.center Profile Home
```
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;or else the tests wouldn't pass
<br>
<br>